]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a commented-out part of code. 11823/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 28 Feb 2021 11:39:40 +0000 (12:39 +0100)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 28 Feb 2021 11:39:40 +0000 (12:39 +0100)
tests/sundials/kinsol_01.cc

index 54c17718a2ccc756f5535fc89be9dea28e453287..0b616f1db4b76b8a88eeb712354e6aff77ce2e26 100644 (file)
@@ -43,13 +43,6 @@ main(int argc, char **argv)
   ParameterHandler                             prm;
   data.add_parameters(prm);
 
-  if (false)
-    {
-      std::ofstream ofile(SOURCE_DIR "/kinsol_01.prm");
-      prm.print_parameters(ofile, ParameterHandler::ShortText);
-      ofile.close();
-    }
-
   std::ifstream ifile(SOURCE_DIR "/kinsol_01.prm");
   prm.parse_input(ifile);
 

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.