]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the correct file extension. 11933/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 17 Mar 2021 09:28:25 +0000 (10:28 +0100)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 17 Mar 2021 09:37:29 +0000 (10:37 +0100)
examples/step-15/step-15.cc

index 86b0674c64037ebb9629f18bff5b0b8251c8469d..eeab634d80074057346dcb1f14bbb788340ead67 100644 (file)
@@ -660,7 +660,7 @@ namespace Step15
         data_out.build_patches();
 
         const std::string filename =
-          "solution-" + Utilities::int_to_string(refinement_cycle, 2) + ".vtk";
+          "solution-" + Utilities::int_to_string(refinement_cycle, 2) + ".vtu";
         std::ofstream output(filename);
         data_out.write_vtu(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.