From 1c7e3870e4ac8923d4723f8e215ea71ce370c6f9 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 6 Sep 2011 15:33:32 +0000 Subject: [PATCH] re-add file with diversion git-svn-id: https://svn.dealii.org/trunk@24266 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/numerics/mesh_worker_assembler.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deal.II/include/deal.II/numerics/mesh_worker_assembler.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h new file mode 100644 index 0000000000..e7bc6abb82 --- /dev/null +++ b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h @@ -0,0 +1,18 @@ +//--------------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2010, 2011 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- + +/** + * @file + * @deprecated The contents of this file has moved to meshworker/assembler.h> + */ + +#include -- 2.39.5