From 49103e4fdb32d441d1e81a3fb219f46622b49345 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 12 Sep 2005 19:38:56 +0000 Subject: [PATCH] Output for OpenDX looks fine; this TODO was probably left in there after change git-svn-id: https://svn.dealii.org/trunk@11412 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/data_out_base.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index 5871076028..aa2d09181b 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -1294,7 +1294,6 @@ void DataOutBase::write_dx (const std::vector > &patches, for (unsigned int j=0; j > &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; } } -- 2.39.5