From 2cb7c73a185b598ac7455eb007725b3239da9e18 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 31 May 2015 18:39:56 -0400 Subject: [PATCH] Delete extra 'public:' labels. Things in structs are public by default. --- include/deal.II/base/data_out_base.h | 5 ----- 1 file changed, 5 deletions(-) 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. */ -- 2.39.5