From: David Wells Date: Sun, 31 May 2015 22:39:56 +0000 (-0400) Subject: Delete extra 'public:' labels. X-Git-Tag: v8.3.0-rc1~136^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb7c73a185b598ac7455eb007725b3239da9e18;p=dealii.git Delete extra 'public:' labels. Things in structs are public by default. --- diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index fe7037c104..7d97e39e67 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -833,9 +833,6 @@ namespace DataOutBase */ struct TecplotFlags : public OutputFlagsBase { - - 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 { - 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 { - public: /** * Height of the image in SVG units. Default value is 4000. */