From: Wolfgang Bangerth Date: Mon, 24 Jan 2011 04:13:09 +0000 (+0000) Subject: Augment a comment. X-Git-Tag: v8.0.0~4445 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf8a7aa91ef9910f3b87712dd712cdaaf8a0747;p=dealii.git Augment a comment. git-svn-id: https://svn.dealii.org/trunk@23251 0785d39b-7218-0410-832d-ea1e28bc413d --- 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";