]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a default constructor to DataOutBase::GmvFlags to avoid warnings about uninitiali...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Aug 2007 21:15:10 +0000 (21:15 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Aug 2007 21:15:10 +0000 (21:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@14990 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h
deal.II/base/source/data_out_base.cc

index abcfc86564bfdfd936b87488ef9cdbc64af497b0..133708081839e5ba2d33956727e0cea174e426b3 100644 (file)
@@ -1060,6 +1060,11 @@ class DataOutBase
        int dummy;
 
       public:
+                                        /**
+                                         * Default constructor.
+                                         */
+       GmvFlags ();
+       
                                         /**
                                          * Declare all flags with name
                                          * and type as offered by this
index c419acb902d9800eea889f63cbad8e70789a4bdb..72ea137964b817143db4fe388b73518bfbdda1d8 100644 (file)
@@ -672,6 +672,11 @@ DataOutBase::EpsFlags::memory_consumption () const
 
 
 
+DataOutBase::GmvFlags::GmvFlags ()
+{}
+
+
+
 void DataOutBase::GmvFlags::declare_parameters (ParameterHandler &/*prm*/)
 {}
 

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.