From: heister Date: Fri, 10 Aug 2012 08:46:58 +0000 (+0000) Subject: add missing files X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a2e87ddd6dd4daf41664a1052613c4fcd75a23;p=dealii-svn.git add missing files git-svn-id: https://svn.dealii.org/trunk@25856 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/matrices.h b/deal.II/include/deal.II/numerics/matrices.h new file mode 100644 index 0000000000..50cb95c5cd --- /dev/null +++ b/deal.II/include/deal.II/numerics/matrices.h @@ -0,0 +1,20 @@ +//--------------------------------------------------------------------------- +// $Id: matrix_tools.h -1 $ +// +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012 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. +// +//--------------------------------------------------------------------------- + +//this files is deprecated, use vector_tools.h instead + +#ifndef __deal2__matrices_h +#define __deal2__matrices_h + +#include + +#endif diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h new file mode 100644 index 0000000000..e58257dd91 --- /dev/null +++ b/deal.II/include/deal.II/numerics/vectors.h @@ -0,0 +1,20 @@ +//--------------------------------------------------------------------------- +// $Id: vectors.h -1 $ +// +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 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. +// +//--------------------------------------------------------------------------- + +//this files is deprecated, use vector_tools.h instead + +#ifndef __deal2__vectors_h +#define __deal2__vectors_h + +#include + +#endif diff --git a/deal.II/include/deal.II/numerics/vectors.templates.h b/deal.II/include/deal.II/numerics/vectors.templates.h new file mode 100644 index 0000000000..e434e7296b --- /dev/null +++ b/deal.II/include/deal.II/numerics/vectors.templates.h @@ -0,0 +1,20 @@ +//--------------------------------------------------------------------------- +// $Id: vector_tools.templates.h -1 $ +// +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 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. +// +//--------------------------------------------------------------------------- + +//this files is deprecated, use vectors.templates.h instead + +#ifndef _deal2__vectors_templates_h +#define _deal2__vectors_templates_h + +#include + +#endif