]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove default constructor implementations.
authorDavid Wells <drwells@vt.edu>
Sun, 31 May 2015 22:36:58 +0000 (18:36 -0400)
committerDavid Wells <drwells@vt.edu>
Mon, 1 Jun 2015 02:58:35 +0000 (22:58 -0400)
include/deal.II/base/data_out_base.h
source/base/data_out_base.cc

index 99a3a12d17bf451f6911ef521b06bd3b9a1e4b81..fe7037c104c0c0e9b68129fb8fa90557053b3db7 100644 (file)
@@ -517,12 +517,6 @@ namespace DataOutBase
      * structure (and remove the <tt>private</tt> as well).
      */
     int dummy;
-
-  public:
-    /**
-     * Constructor.
-     */
-    GnuplotFlags ();
   };
 
   /**
@@ -830,12 +824,6 @@ namespace DataOutBase
      * structure (and remove the <tt>private</tt> as well).
      */
     int dummy;
-
-  public:
-    /**
-     * Default constructor.
-     */
-    GmvFlags ();
   };
 
   /**
@@ -1000,12 +988,6 @@ namespace DataOutBase
      * structure (and remove the <tt>private</tt> as well).
      */
     int dummy;
-
-  public:
-    /**
-     * Constructor.
-     */
-    Deal_II_IntermediateFlags ();
   };
 
   /**
index ab69d353c04c37edf628cdce28d2adaf5dd2aaa3..aea0e93daca03b042e64dd1e311c0d0b83a360da 100644 (file)
@@ -1972,10 +1972,7 @@ namespace DataOutBase
   }
 
 
-  GnuplotFlags::GnuplotFlags ()
-    :
-    dummy (0)
-  {}
+
   SvgFlags::SvgFlags (const unsigned int height_vector,
                       const int azimuth_angle,
                       const int polar_angle,
@@ -2257,8 +2254,7 @@ namespace DataOutBase
   }
 
 
-  GmvFlags::GmvFlags ()
-  {}
+
   TecplotFlags::
   TecplotFlags (const char *tecplot_binary_file_name,
                 const char *zone_name)
@@ -2289,12 +2285,6 @@ namespace DataOutBase
   {}
 
 
-  Deal_II_IntermediateFlags::Deal_II_IntermediateFlags ()
-    :
-    dummy (0)
-  {}
-
-
 
   OutputFormat
   parse_output_format (const std::string &format_name)

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.