]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation of (currently unused) header file. 1766/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Oct 2015 16:03:44 +0000 (11:03 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 20 Oct 2015 16:03:44 +0000 (11:03 -0500)
include/deal.II/lac/vector_space_vector.h

index da404acd5cca2717f1e63d6bc0f15955b4ecdc75..47184f60e0554bf44ea94ad6e94246304e6ecb7a 100644 (file)
 #ifndef dealii__vector_space_vector_h
 #define dealii__vector_space_vector_h
 
-DEAL_II_NAMESPACE_OPEN
-
+#include <deal.II/base/config.h>
 #include <deal.II/base/mpi.h>
 #include <deal.II/base/numbers.h>
 
+DEAL_II_NAMESPACE_OPEN
+
 namespace LinearAlgebra
 {
   template <typename Number>
-  class ReadWriteVector<Number>;
+  class ReadWriteVector;
 
   class IndexSet;
 
@@ -40,7 +41,7 @@ namespace LinearAlgebra
    *
    * @author Bruno Turcksin, 2015.
    */
-  template <Number>
+  template <typename Number>
   class VectorSpaceVector
   {
   public:

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.