]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
A couple minor problems.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 May 2010 03:13:45 +0000 (03:13 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 May 2010 03:13:45 +0000 (03:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@21124 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 5ceaa164e97577a8f2a7d63bd80ce4a4d5e7dbb0..50f6ada17b822d73ccbe7c1081e07428f7dc6ca3 100644 (file)
@@ -1723,7 +1723,7 @@ parse_output_format (const std::string &format_name)
 std::string
 DataOutBase::get_output_format_names ()
 {
-  return "none|dx|ucd|gnuplot|povray|eps|gmv|tecplot|tecplot_binary|vtk|deal.II intermediate";
+  return "none|dx|ucd|gnuplot|povray|eps|gmv|tecplot|tecplot_binary|vtk|vtu|deal.II intermediate";
 }
 
 
@@ -1754,6 +1754,8 @@ default_suffix (const OutputFormat output_format)
            return ".plt";
       case vtk:
            return ".vtk";
+      case vtu:
+           return ".vtu";
       case deal_II_intermediate:
            return ".d2";
       default:
@@ -4652,7 +4654,7 @@ DataOutInterface<dim,spacedim>::write (std::ostream &out,
            write_vtk (out);
            break;
            
-         case vtu:
+      case vtu:
            write_vtu (out);
            break;  
 

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.