]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a missing "typename"
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Jan 2002 07:17:03 +0000 (07:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 9 Jan 2002 07:17:03 +0000 (07:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@5358 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/histogram.cc

index eb3f79c8c9e1fce33ec1fc71b598e3ad33d0d4f7..8c5638d12003e18fbcf9b0c838ebdac7471cf0c9 100644 (file)
@@ -189,7 +189,7 @@ void Histogram::evaluate (const typename std::vector<Vector<number> > &values,
 
                                   // finally fill the intervals
   for (unsigned int i=0; i<values.size(); ++i)
-    for (Vector<number>::const_iterator p=values[i].begin();
+    for (typename Vector<number>::const_iterator p=values[i].begin();
         p < values[i].end(); ++p)
       {
                                         // find the right place for *p in

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.