]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make compile with newer gccs.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 5 Jan 2010 09:17:28 +0000 (09:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 5 Jan 2010 09:17:28 +0000 (09:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@20283 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/constraint_matrix.h

index a0c6bc392a286558c9ae5b735334761095300bfc..14840accc47322458d2d5fd7b654db9456d6ae8b 100644 (file)
@@ -14,8 +14,6 @@
 #ifndef __deal2__constraint_matrix_h
 #define __deal2__constraint_matrix_h
 
-#include <complex>
-
 #include <base/config.h>
 #include <base/exceptions.h>
 #include <base/index_set.h>
@@ -27,7 +25,9 @@
 
 #include <vector>
 #include <map>
+#include <set>
 #include <utility>
+#include <complex>
 
 #include <boost/scoped_ptr.hpp>
 
@@ -388,7 +388,7 @@ class ConstraintMatrix : public Subscriptor
                                      * set_inhomogeneity().
                                      */
     void add_lines (const std::vector<bool> &lines);
-    
+
                                     /**
                                      * Call the first add_line() function for
                                      * every index <code>i</code> that
@@ -410,7 +410,7 @@ class ConstraintMatrix : public Subscriptor
                                      * set_inhomogeneity().
                                      */
     void add_lines (const std::set<unsigned int> &lines);
-    
+
                                     /**
                                      * Add an entry to a given
                                      * line. The list of lines is

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.