]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a missing std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jan 2002 18:15:41 +0000 (18:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Jan 2002 18:15:41 +0000 (18:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@5357 0785d39b-7218-0410-832d-ea1e28bc413d

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

index f03fc141af38d4f267eec39f452558f0f31eb909..6f545cc72592e0468666e1de187d6b3957b13a1d 100644 (file)
@@ -642,7 +642,7 @@ class DataOut : public DataOut_DoFData<dim,dim>
                                      * iterators to patch iterators
                                      * for finding neighbors.
                                      */
-    typedef map<typename DoFHandler<dim>::cell_iterator,
+    typedef std::map<typename DoFHandler<dim>::cell_iterator,
       typename std::vector<typename DataOutBase::Patch<dim> >::iterator>
       PatchMap;
     

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.