]> https://gitweb.dealii.org/ - dealii.git/commitdiff
const is removed from private member variables of DiscreteTime 9938/head
authorReza Rastak <rastak@stanford.edu>
Wed, 22 Apr 2020 04:22:06 +0000 (21:22 -0700)
committerReza Rastak <rastak@stanford.edu>
Thu, 23 Apr 2020 17:59:57 +0000 (10:59 -0700)
include/deal.II/base/discrete_time.h

index 6337668446780b1ed8a30c3b9fbc751afb6b32a7..6fa2d040690aa48c339aac6c873c107bc2e21e1a 100644 (file)
@@ -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

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.