From ab9fddd7299617999ff95a88a9f31b8c444e9dac Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 31 May 2015 18:41:08 -0400 Subject: [PATCH] Consistently label constructors. --- include/deal.II/base/data_out_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 7d97e39e67..debf9c2e1f 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -847,7 +847,7 @@ namespace DataOutBase const char *zone_name; /** - * Constructor + * Constructor. */ TecplotFlags (const char *tecplot_binary_file_name = NULL, const char *zone_name = NULL); @@ -899,7 +899,7 @@ namespace DataOutBase bool print_date_and_time; /** - * Default constructor. + * Constructor. */ VtkFlags (const double time = std::numeric_limits::min(), const unsigned int cycle = std::numeric_limits::min(), -- 2.39.5