]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Output for OpenDX looks fine; this TODO was probably left in there
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 12 Sep 2005 19:38:56 +0000 (19:38 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 12 Sep 2005 19:38:56 +0000 (19:38 +0000)
after change

git-svn-id: https://svn.dealii.org/trunk@11412 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 58710760280c9e7ae143187e2d9689830a476432..aa2d09181bdd387e0ecd73205f474a8ac0f61209 100644 (file)
@@ -1294,7 +1294,6 @@ void DataOutBase::write_dx (const std::vector<Patch<dim,spacedim> > &patches,
                      for (unsigned int j=0; j<n_subdivisions; ++j)
                        for (unsigned int k=0; k<n_subdivisions; ++k)
                          {
-//TODO:[GK] Put in correct order
                            out
                              << first_vertex_of_patch+((i  )*nvt+j  )*nvt+k   << '\t'
                              << first_vertex_of_patch+((i  )*nvt+j  )*nvt+k+1 << '\t'
@@ -1305,15 +1304,6 @@ void DataOutBase::write_dx (const std::vector<Patch<dim,spacedim> > &patches,
                              << first_vertex_of_patch+((i+1)*nvt+j+1)*nvt+k   << '\t'
                              << first_vertex_of_patch+((i+1)*nvt+j+1)*nvt+k+1 << '\t'
                              ;
-                       
-//                       << first_vertex_of_patch+((i  )*(n_subdivisions+1)+j  )*(n_subdivisions+1)+k   << '\t'
-//                       << first_vertex_of_patch+((i+1)*(n_subdivisions+1)+j  )*(n_subdivisions+1)+k   << '\t'
-//                       << first_vertex_of_patch+((i  )*(n_subdivisions+1)+j+1)*(n_subdivisions+1)+k   << '\t'
-//                       << first_vertex_of_patch+((i+1)*(n_subdivisions+1)+j+1)*(n_subdivisions+1)+k   << '\t'
-//                       << first_vertex_of_patch+((i  )*(n_subdivisions+1)+j  )*(n_subdivisions+1)+k+1 << '\t'
-//                       << first_vertex_of_patch+((i+1)*(n_subdivisions+1)+j  )*(n_subdivisions+1)+k+1 << '\t'
-//                       << first_vertex_of_patch+((i  )*(n_subdivisions+1)+j+1)*(n_subdivisions+1)+k+1 << '\t'
-//                       << first_vertex_of_patch+((i+1)*(n_subdivisions+1)+j+1)*(n_subdivisions+1)+k+1 << '\t'
                            out << std::endl;
                          }
                  }

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.