]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Write in d2 format again, since that can be converted with step-19 now.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Apr 2005 21:43:13 +0000 (21:43 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Apr 2005 21:43:13 +0000 (21:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@10515 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e3c723fae1bf81ce3f4eb04b73bd86169d2de4b0..20276f92bb86b7c1b3eeab2e726a31929f30b326 100644 (file)
@@ -1872,8 +1872,7 @@ namespace QuasiStaticElasticity
                                     // format. To determine it, we
                                     // use the same function that has
                                     // already been used in step-13:
-//TODO
-    filename << data_out.default_suffix(DataOut<dim>::gmv);
+    filename << data_out.default_suffix(DataOut<dim>::deal_II_intermediate);
 
                                     // With the so-completed
                                     // filename, let us open a file
@@ -1881,8 +1880,7 @@ namespace QuasiStaticElasticity
                                     // generated into it, using the
                                     // intermediate format:
     std::ofstream output (filename.str().c_str());
-//TODO    
-    data_out.write_gmv (output);
+    data_out.write_deal_II_intermediate (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.