]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Since neighbors are now printed, the output is no more rudimentary.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 25 Jan 2002 11:39:02 +0000 (11:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 25 Jan 2002 11:39:02 +0000 (11:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@5400 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h

index c56339f2f3dea727e48d7a69e4b95c6587bc2829..772d82905f563fff18b6d7c73ea653c5d2b21b0c 100644 (file)
@@ -108,10 +108,7 @@ class ParameterHandler;
  * Since Data Explorer (DX) is distributed as OpenSource, there is a
  * well-accessible visualization tool for all (at least Unix-based)
  * platforms. Therefore, output in its natural file format is
- * included. Right now, this output is very basic, since the
- * functionality of @p{DataOutBase} and derived classes has to be
- * enhanced to use all of its features. Still, using some
- * sophisticated networks, most can be recovered.
+ * included.
  *
  * 
  * @sect3{UCD format}
@@ -509,16 +506,19 @@ class DataOutBase
                                          * locally refined grids.
                                          */
        bool write_multigrid;
+
                                         /**
                                          * Write neighbor information.
                                          */
        bool write_neighbors;
+
                                         /**
                                          * Constructor.
                                          */
        DXFlags (const bool write_multigrid = false,
                 const bool write_neighbors = false);
-public:
+
+      public:
                                         /**
                                          * Declare all flags with name
                                          * and type as offered by this

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.