]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move data_out_base from deal.II to the base library.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Jul 1999 09:00:27 +0000 (09:00 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Jul 1999 09:00:27 +0000 (09:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@1561 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h [moved from deal.II/deal.II/include/numerics/data_out_base.h with 100% similarity]
deal.II/base/source/data_out_base.cc [moved from deal.II/deal.II/source/numerics/data_out_base.cc with 99% similarity]
deal.II/deal.II/include/numerics/data_out.h

similarity index 99%
rename from deal.II/deal.II/source/numerics/data_out_base.cc
rename to deal.II/base/source/data_out_base.cc
index 8d55b521d83ecae888b84aed3b7975f55d60cf70..4c99c60637dd2048c7b86a7ec6b0d5e2862b067b 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 
 
-#include <basic/data_out_base.h>
+#include <base/data_out_base.h>
 #include <iomanip>
 #include <ctime>
 #include <cmath>
@@ -848,7 +848,10 @@ void DataOutBase::write_eps (const vector<Patch<dim> > &patches,
                                         // will store the minimum and
                                         // maximum values of the field
                                         // to be used for colorization
-       double min_color_value, max_color_value;
+                                        //
+                                        // preset them by 0 to calm down the
+                                        // compiler; they are initialized later
+       double min_color_value=0, max_color_value=0;
        
                                         // compute the cells for output and
                                         // enter them into the set above
@@ -1694,4 +1697,6 @@ string DataOutInterface<dim>::get_output_format_names () {
   
 // explicit instantiations. functions in DataOutBase are instantiated by
 // the respective functions in DataOut_Interface
-template class DataOutInterface<deal_II_dimension>;
+template class DataOutInterface<1>;
+template class DataOutInterface<2>;
+template class DataOutInterface<3>;
index bd8f314e2561d996a2cf003944f2c7e74eb1de52..b0ea534c60f460d202d0beb0bf87134ee7071071 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <lac/forward-declarations.h>
 #include <basic/forward-declarations.h>
-#include <basic/data_out_base.h>
+#include <base/data_out_base.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.