]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove dependency on types.h since no-one seems to use it anymore. Formatting.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 28 Aug 1998 09:29:14 +0000 (09:29 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 28 Aug 1998 09:29:14 +0000 (09:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@534 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/dfmatrix.h
deal.II/lac/include/lac/dsmatrix.h
deal.II/lac/include/lac/dvector.h
deal.II/lac/include/lac/ivector.h

index b0268a65e1c148cb48e76919ca3c6cf7c8acf3b6..5e4bc414a68d081863fbf648a2886bbaa962e874 100644 (file)
@@ -4,6 +4,11 @@
 #define __dfmatrix_H
 /*----------------------------   dfmatrix.h     ---------------------------*/
 
+// This file is part of the DEAL Library
+// DEAL is Copyright(1995) by
+// Roland Becker, Guido Kanschat, Franz-Theo Suttmeier
+// Revised by Wolfgang Bangerth
+
 
 #include <lac/dvector.h>
 #include <lac/ivector.h>
index e778499b96f249c8fe3aceacd2ff7b8ccb06d5db..faf22d21241e1bc0a22e966c9fd53292aa4ff8e5 100644 (file)
@@ -8,6 +8,7 @@
 // This file is part of the DEAL Library
 // DEAL is Copyright(1995) by
 // Roland Becker, Guido Kanschat, Franz-Theo Suttmeier
+// Revised by Wolfgang Bangerth
 
 
 #ifndef __lac_dvector_h
index d998c1fad7bc1504b997ba8c178510aa7fad8508..b8f72558f40c7b9c2f3592ddc5dead8acb7b1133 100644 (file)
@@ -1,15 +1,15 @@
-// $Id$
+/*----------------------------   dvector.h     ---------------------------*/
+/*      $Id$                 */
+#ifndef __dvector_H
+#define __dvector_H
+/*----------------------------   dvector.h     ---------------------------*/
 
 // This file is part of the DEAL Library
 // DEAL is Copyright(1995) by
 // Roland Becker, Guido Kanschat, Franz-Theo Suttmeier
-
-
-#ifndef __lac_dvector_h
-#define __lac_dvector_h
+// Revised by Wolfgang Bangerth
 
 #include <cstdio>
-#include <base/types.h>
 #include <base/exceptions.h>
 
 
@@ -526,5 +526,11 @@ inline double& dVector::operator() (const unsigned int i)
   return val[i];
 }
 
-#endif
 
+
+
+
+/*----------------------------   dvector.h     ---------------------------*/
+/* end of #ifndef __dvector_H */
+#endif
+/*----------------------------   dvector.h     ---------------------------*/
index ff91e43b3f6cafffec1bc26ba21ec8878809f8ad..8684a9e7e8451beca31f33b2b39f5a9b74b19d21 100644 (file)
@@ -7,9 +7,6 @@
 
 #ifndef __lac_ivector_h
 #define __lac_ivector_h
-#ifndef __base_types_h
-#include <base/types.h>
-#endif
 
 #include <base/exceptions.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.