]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make it compile with MIPSpro: Add dealii namespace to make DataOutBase::Deal_II_Inter...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 20 Aug 2007 15:13:40 +0000 (15:13 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 20 Aug 2007 15:13:40 +0000 (15:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@14982 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index f7ef41004898cf31cd90fe974422861941a10e70..c419acb902d9800eea889f63cbad8e70789a4bdb 100644 (file)
@@ -3966,7 +3966,7 @@ DataOutReader<dim,spacedim>::read (std::istream &in)
     getline (in, header);
 
     std::ostringstream s;
-    s << "[Version: " << DataOutBase::Deal_II_IntermediateFlags::format_version << "]";
+    s << "[Version: " << dealii::DataOutBase::Deal_II_IntermediateFlags::format_version << "]";
     
     Assert (header == s.str(), 
            ExcMessage("Invalid or incompatible file format. Intermediate format "

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.