From: Wolfgang Bangerth Date: Sun, 24 May 1998 21:02:07 +0000 (+0000) Subject: Standardize header file. X-Git-Tag: v8.0.0~22916 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d5912e0abbf8e241135f6d43740901591cc3388;p=dealii.git Standardize header file. git-svn-id: https://svn.dealii.org/trunk@338 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ---------------------------*/