]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around something the SunCC probably correctly flags as an error.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Dec 2006 18:58:03 +0000 (18:58 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 29 Dec 2006 18:58:03 +0000 (18:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@14283 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h
deal.II/base/source/data_out_base.cc

index ad9d9c75d1be540e5d07d43e34346fd9437b1f07..a801136c6d40b536a7b29dc9c593314239751a65 100644 (file)
@@ -2390,7 +2390,8 @@ class DataOutInterface : private DataOutBase
     using DataOutBase::deal_II_intermediate;
     using DataOutBase::parse_output_format;
     using DataOutBase::get_output_format_names;
-
+    using DataOutBase::determine_intermediate_format_dimensions;
+    
                                     /**
                                      * Constructor.
                                      */
index 69725a77e55091f2f3c77169ed2bdc05f1106a85..2e150ae03deac8f28487a594abaac0ddbff241e6 100644 (file)
@@ -3911,7 +3911,7 @@ DataOutReader<dim,spacedim>::read (std::istream &in)
   {
     std::pair<unsigned int, unsigned int>
       dimension_info
-      = dealii::DataOutBase::determine_intermediate_format_dimensions (in);
+      = 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.