]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add d2 intermediate format as well.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 Apr 2005 13:22:33 +0000 (13:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 Apr 2005 13:22:33 +0000 (13:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@10385 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/data_out_base.cc

index decbe1c2d8eb441dce47c4cdc170625a1b5751e7..933215cd8cefd657e63c3179c98f05b16aa800f3 100644 (file)
@@ -40,6 +40,7 @@ write_patches(const std::vector<DataOutBase::Patch<dim,spacedim> >& patches,
   DataOutBase::PovrayFlags povrayflags;
   DataOutBase::UcdFlags ucdflags;
   DataOutBase::VtkFlags vtkflags;
+  DataOutBase::Deal_II_IntermediateFlags deal_II_intermediateflags;
   
   WRITE(dx);
 //  WRITE(eps);
@@ -49,6 +50,7 @@ write_patches(const std::vector<DataOutBase::Patch<dim,spacedim> >& patches,
     WRITE(povray);
   WRITE(ucd);
   WRITE(vtk);
+  WRITE(deal_II_intermediate);
 }
 
 template<int dim>

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.