From 6d5912e0abbf8e241135f6d43740901591cc3388 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 May 1998 21:02:07 +0000 Subject: [PATCH] Standardize header file. git-svn-id: https://svn.dealii.org/trunk@338 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/dfmatrix.h | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/deal.II/lac/include/lac/dfmatrix.h b/deal.II/lac/include/lac/dfmatrix.h index 54306adf01..23da542047 100644 --- a/deal.II/lac/include/lac/dfmatrix.h +++ b/deal.II/lac/include/lac/dfmatrix.h @@ -1,19 +1,14 @@ -// $Id$ +/*---------------------------- dfmatrix.h ---------------------------*/ +/* $Id$ */ +#ifndef __dfmatrix_H +#define __dfmatrix_H +/*---------------------------- dfmatrix.h ---------------------------*/ -#ifndef __lac_dfmatrix_h -#define __lac_dfmatrix_h -#ifndef __stdio_h -#include -#endif -#ifndef __lac_dvector_h #include -#endif -#ifndef __lac_ivector_h #include -#endif - #include +#include @@ -427,4 +422,11 @@ class dFMatrix << "This function is not implemented for the given" << " matrix dimension " << arg1); }; + + + + +/*---------------------------- dfmatrix.h ---------------------------*/ +/* end of #ifndef __dfmatrix_H */ #endif +/*---------------------------- dfmatrix.h ---------------------------*/ -- 2.39.5