]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Standardize header file.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 May 1998 21:02:07 +0000 (21:02 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 24 May 1998 21:02:07 +0000 (21:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@338 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/dfmatrix.h

index 54306adf013a3eef81f1bb50288b122cf9ecdffc..23da542047751018beae5de7994fce54b390208d 100644 (file)
@@ -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 <stdio.h>
-#endif
-#ifndef __lac_dvector_h
 #include <lac/dvector.h>
-#endif
-#ifndef __lac_ivector_h
 #include <lac/ivector.h>
-#endif
-
 #include <base/exceptions.h>
+#include <cstdio>
 
 
 
@@ -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     ---------------------------*/

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.