]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug output. 9898/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 15 Apr 2020 19:43:52 +0000 (13:43 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 15 Apr 2020 19:43:52 +0000 (13:43 -0600)
The line of output printed here doesn't make reading the output any easier,
and it doesn't actually print what is happening at this place: We start a new
sequence of output files, but we don't start a new method (that has happened
before, when we actually started using the new method).

examples/step-52/step-52.cc

index 3e314b1ee134742c8c737935e94999fd54d93036..14dc931a0239b601792c6dfa89dbe64bc87f5856 100644 (file)
@@ -467,7 +467,6 @@ namespace Step52
     static std::string pvd_filename;
     if (method_name_prev != method_name)
       {
-        std::cout << "Starting a new time-stepping scheme ..." << std::endl;
         times_and_names.clear();
         method_name_prev = method_name;
         pvd_filename     = "solution_" + method_name + ".pvd";

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.