]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minimal change in method for Tecplot ASCII output: corrected identifier for node...
authorprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Nov 2006 17:06:36 +0000 (17:06 +0000)
committerprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Nov 2006 17:06:36 +0000 (17:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@14177 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index ea05cf6a6fc27855315e876d7420ad9bac183110..e0ae7a6b0ad70a74ac8c8b8abdf799809159d58a 100644 (file)
@@ -2786,7 +2786,7 @@ void DataOutBase::write_tecplot (const std::vector<Patch<dim,spacedim> > &patche
            << ", et=" << tecplot_cell_type[dim] << '\n';
       }
     else
-      out << "zone f=block, n=" << n_nodes << '\n';
+      out << "zone f=block, I=" << n_nodes << '\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.