]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix obvious bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Sep 2000 15:41:44 +0000 (15:41 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Sep 2000 15:41:44 +0000 (15:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@3304 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 4094f0ec6a9a0cba52e69430c5db7b0b07623703..32238b275de595794b857a691360fa76979892b9 100644 (file)
@@ -2038,6 +2038,6 @@ template class DataOutBase::Patch<data_out_dimension, data_out_dimension>;
 
 // also enable plotting surfaces of 3d objects
 #if data_out_dimension == 3
-template class DataOutInterface<data_out_dimension,data_out_dimension-1>;
-template class DataOutBase::Patch<data_out_dimension, data_out_dimension-1>;
+template class DataOutInterface<data_out_dimension-1,data_out_dimension>;
+template class DataOutBase::Patch<data_out_dimension-1, data_out_dimension>;
 #endif

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.