]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a missing space in an error message. 10303/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 May 2020 00:15:22 +0000 (18:15 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 22 May 2020 00:15:22 +0000 (18:15 -0600)
source/base/discrete_time.cc

index 371ef361a4fc5e71b483e4fff426379a5462a500..1ce499e1a5e59d3a0eb02d82ffe1316347e12915 100644 (file)
@@ -70,9 +70,9 @@ void
 DiscreteTime::advance_time()
 {
   Assert(next_time > current_time,
-         ExcMessage(
-           "You can't advance time further."
-           "Either dt == 0 or you are at the end of the simulation time."));
+         ExcMessage("You can't advance time further. "
+                    "Either dt==0 or you are at the "
+                    "end of the simulation time."));
   const double step_size = get_next_step_size();
   previous_time          = current_time;
   current_time           = next_time;

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.