]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make code better readable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 Oct 2011 21:15:08 +0000 (21:15 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 Oct 2011 21:15:08 +0000 (21:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@24560 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-38/step-38.cc

index 61a32d7b4b87850d9c8a9e034fc6a381768a57f0..4c56758d54fefbeadc2a4baa2c7cca183166451d 100644 (file)
@@ -577,7 +577,8 @@ namespace Step38
                            mapping.get_degree());
 
     std::string filename ("solution-");
-    filename += ('0'+spacedim);filename += "d.vtk";
+    filename += ('0'+spacedim);
+    filename += "d.vtk";
     std::ofstream output (filename.c_str());
     data_out.write_vtk (output);
   }

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.