From: Wolfgang Bangerth Date: Tue, 22 Oct 2019 01:41:36 +0000 (-0600) Subject: Merge pull request #8492 from tjhei/step-49-cleanup X-Git-Tag: v9.2.0-rc1~957 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55df774e1bfb9f22569822af0b1c4c80770232a5;p=dealii.git Merge pull request #8492 from tjhei/step-49-cleanup step-49: switch to vtu and add possible extensions --- 55df774e1bfb9f22569822af0b1c4c80770232a5 diff --cc examples/step-49/step-49.cc index 2ba3480bff,0787c9fd21..60eed23c7f --- a/examples/step-49/step-49.cc +++ b/examples/step-49/step-49.cc @@@ -113,10 -113,10 +113,10 @@@ void grid_1( GridIn<2> gridin; gridin.attach_triangulation(triangulation); - std::ifstream f("untitled.msh"); + std::ifstream f("example.msh"); gridin.read_msh(f); - print_mesh_info(triangulation, "grid-1.eps"); + print_mesh_info(triangulation, "grid-1.vtu"); }