From cbf8a7aa91ef9910f3b87712dd712cdaaf8a0747 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Jan 2011 04:13:09 +0000 Subject: [PATCH] Augment a comment. git-svn-id: https://svn.dealii.org/trunk@23251 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/base/data_out_base.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/source/base/data_out_base.cc b/deal.II/source/base/data_out_base.cc index b00153cb08..993244255c 100644 --- a/deal.II/source/base/data_out_base.cc +++ b/deal.II/source/base/data_out_base.cc @@ -4382,8 +4382,9 @@ DataOutBase::write_vtu (const std::vector > &patches, // vertices along with their // coordinates // - // note that we have to print - // d=1..3 dimensions + // note that according to the standard, we + // have to print d=1..3 dimensions, even if + // we are in reality in 2d, for example out << " \n"; out << " \n"; out << " \n"; -- 2.39.5