]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a problem with the Cray C++ compiler.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jul 2012 15:28:48 +0000 (15:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jul 2012 15:28:48 +0000 (15:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@25729 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/data_out.h
deal.II/source/numerics/data_out.cc

index 7cb565b7fbc018ac70d4946e1604460423309935..419ac1599442e978fd9ee88da4fc30b3c6ef3fd8 100644 (file)
@@ -1230,7 +1230,7 @@ class DataOut : public DataOut_DoFData<DH, DH::dimension, DH::space_dimension>
                                       */
     void build_one_patch (const std::pair<cell_iterator, unsigned int> *cell_and_index,
                           internal::DataOut::ParallelData<DH::dimension, DH::space_dimension> &data,
-                          DataOutBase::Patch<DH::dimension, DH::space_dimension> &patch,
+                          ::dealii::DataOutBase::Patch<DH::dimension, DH::space_dimension> &patch,
                           const CurvedCellRegion curved_cell_region);
 };
 
index b3477e39e7223976bece84889a52678bea4ae29d..d367c8ad1c9d23915c20de954071574af15424be 100644 (file)
@@ -1223,7 +1223,7 @@ void DataOut<dim,DH>::build_patches (const Mapping<DH::dimension,DH::space_dimen
                  this->dofs->get_fe(),
                  update_flags);
 
-  DataOutBase::Patch<DH::dimension, DH::space_dimension> sample_patch;
+  ::dealii::DataOutBase::Patch<DH::dimension, DH::space_dimension> sample_patch;
   sample_patch.n_subdivisions = n_subdivisions;
   sample_patch.data.reinit (n_datasets, patch_points.size());
 

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.