]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove from enum
authorTimo Heister <timo.heister@gmail.com>
Fri, 8 Jul 2022 15:56:58 +0000 (11:56 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sat, 9 Jul 2022 21:59:18 +0000 (17:59 -0400)
include/deal.II/base/data_out_base.h
source/base/data_out_base.cc

index 69e7af8033985a72866297466eaaa7a84fe5bb09..2fa678252f15804246c5e0852f6214326798155a 100644 (file)
@@ -1658,11 +1658,6 @@ namespace DataOutBase
      */
     deal_II_intermediate,
 
-    /**
-     * Output in parallel deal.II intermediate format.
-     */
-    parallel_deal_II_intermediate,
-
     /**
      * Output in HDF5 format.
      */
index a612a6d2bc58088c71a83e026ef6ddf7b2854702..a115c119d2fd47d1a4dcbbd05d00b835de558e6a 100644 (file)
@@ -2773,7 +2773,7 @@ namespace DataOutBase
   std::string
   get_output_format_names()
   {
-    return "none|dx|ucd|gnuplot|povray|eps|gmv|tecplot|tecplot_binary|vtk|vtu|hdf5|svg|deal.II intermediate|parallel deal.II intermediate";
+    return "none|dx|ucd|gnuplot|povray|eps|gmv|tecplot|tecplot_binary|vtk|vtu|hdf5|svg|deal.II intermediate";
   }
 
 
@@ -2807,8 +2807,6 @@ namespace DataOutBase
           return ".vtu";
         case deal_II_intermediate:
           return ".d2";
-        case parallel_deal_II_intermediate:
-          return ".pd2";
         case hdf5:
           return ".h5";
         case svg:

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.