From ae53cbc3f5775f352d64531347abebf62f880b53 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Jan 2002 11:39:02 +0000 Subject: [PATCH] Since neighbors are now printed, the output is no more rudimentary. git-svn-id: https://svn.dealii.org/trunk@5400 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index c56339f2f3..772d82905f 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -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 -- 2.39.5