]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Delete extra 'public:' labels.
authorDavid Wells <drwells@vt.edu>
Sun, 31 May 2015 22:39:56 +0000 (18:39 -0400)
committerDavid Wells <drwells@vt.edu>
Mon, 1 Jun 2015 02:58:36 +0000 (22:58 -0400)
Things in structs are public by default.

include/deal.II/base/data_out_base.h

index fe7037c104c0c0e9b68129fb8fa90557053b3db7..7d97e39e67c7714e5c5a91e09200d39c8e9086c3 100644 (file)
@@ -833,9 +833,6 @@ namespace DataOutBase
    */
   struct TecplotFlags : public OutputFlagsBase<TecplotFlags>
   {
-
-  public:
-
     /**
      * This variable is needed to hold the output file name when using the
      * Tecplot API to write binary files.  If the user doesn't set the file
@@ -869,7 +866,6 @@ namespace DataOutBase
    */
   struct VtkFlags : public OutputFlagsBase<VtkFlags>
   {
-  public:
     /**
      * The time of the time step if this file is part of a time dependent
      * simulation.
@@ -916,7 +912,6 @@ namespace DataOutBase
    */
   struct SvgFlags : public OutputFlagsBase<SvgFlags>
   {
-  public:
     /**
      * Height of the image in SVG units. Default value is 4000.
      */

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.