]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some missing includes and typenames that prevented compilation when include files...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 12 Mar 2001 08:09:11 +0000 (08:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 12 Mar 2001 08:09:11 +0000 (08:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@4185 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/data_out.h

index a29742edf82d4df38438d1122a226ecc07f6d0fb..cce7e7fa04c0f1cfbc20d9d60672b046dcc27488 100644 (file)
 #define __deal2__data_out_h
 
 
-#include <base/data_out_base.h>
 #include <base/smartpointer.h>
 #include <base/multithread_info.h>
+#include <base/data_out_base.h>
+#include <dofs/dof_handler.h>
 
 
-template <int dim> class DoFHandler;
 
 /**
  * This is an abstract class which provides the functionality to generate
@@ -409,7 +409,7 @@ class DataOut_DoFData : public DataOutInterface<patch_dim,patch_space_dim>
                                      * in the output routines of the base
                                      * classes.
                                      */
-    typename std::vector<DataOutBase::Patch<patch_dim,patch_space_dim> > patches;
+    typename std::vector<typename DataOutBase::Patch<patch_dim,patch_space_dim> > patches;
 
                                     /**
                                      * Function by which the base

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.