From: Reza Rastak Date: Wed, 22 Apr 2020 04:22:06 +0000 (-0700) Subject: const is removed from private member variables of DiscreteTime X-Git-Tag: v9.2.0-rc1~175^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a900fb47b3ce92a8838025afa05c7d69d299fe89;p=dealii.git const is removed from private member variables of DiscreteTime --- diff --git a/include/deal.II/base/discrete_time.h b/include/deal.II/base/discrete_time.h index 6337668446..6fa2d04069 100644 --- a/include/deal.II/base/discrete_time.h +++ b/include/deal.II/base/discrete_time.h @@ -365,12 +365,12 @@ private: /** * The beginning of the time interval. */ - const double start_time; + double start_time; /** *The end of the time interval. */ - const double end_time; + double end_time; /** * The current time. @@ -399,7 +399,7 @@ private: /** * The size of the first step. */ - const double start_step_size; + double start_step_size; /** * The step number i.e. the number of times the simulation time ha been