]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a template issue introduced today.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 30 Dec 2006 01:00:26 +0000 (01:00 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 30 Dec 2006 01:00:26 +0000 (01:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@14288 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 2e150ae03deac8f28487a594abaac0ddbff241e6..194cd8a1b29b7055f9c1d7d988cc6af10563a156 100644 (file)
@@ -3911,7 +3911,7 @@ DataOutReader<dim,spacedim>::read (std::istream &in)
   {
     std::pair<unsigned int, unsigned int>
       dimension_info
-      = determine_intermediate_format_dimensions (in);
+      = this->determine_intermediate_format_dimensions (in);
     AssertThrow ((dimension_info.first  == dim) &&
                  (dimension_info.second == spacedim),
                  ExcIncompatibleDimensions (dimension_info.first, dim,

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.