]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a default constructor to VtkFlags
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Jan 2008 22:27:18 +0000 (22:27 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Jan 2008 22:27:18 +0000 (22:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@15639 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 3337780ce59b5d5d34eadd1aab3c447568d50d07..d1078087022cb25061c4dba9cc54174dd0b8a724 100644 (file)
@@ -1193,6 +1193,11 @@ class DataOutBase
        int dummy;
 
       public:
+                                        /**
+                                         * Default constructor.
+                                         */
+       VtkFlags ();
+
                                         /**
                                          * Declare all flags with name
                                          * and type as offered by this
index b1619e929a1d827013147c205c17bf9ac0cdb5c3..d8b62a2d8e1e63b8faba87b6bcf5189be579853c 100644 (file)
@@ -1496,6 +1496,11 @@ DataOutBase::TecplotFlags::memory_consumption () const
 
 
 
+DataOutBase::VtkFlags::VtkFlags ()
+{}
+
+
+
 void DataOutBase::VtkFlags::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.