]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Augment a comment.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 24 Jan 2011 04:13:09 +0000 (04:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 24 Jan 2011 04:13:09 +0000 (04:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@23251 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/data_out_base.cc

index b00153cb08eb5ece6af0cc1dc270e73f3d1d30ae..993244255c7cb080b16114fd83e2088f8c468b8f 100644 (file)
@@ -4382,8 +4382,9 @@ DataOutBase::write_vtu (const std::vector<Patch<dim,spacedim> > &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 << "<Piece NumberOfPoints=\"" << n_nodes <<"\" NumberOfCells=\"" << n_cells << "\" > \n";
   out << "  <Points> \n";
   out << "    <DataArray type=\"Float64\" NumberOfComponents=\"3\" format=\"ascii\"> \n";

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.