]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing typename keyword.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Jul 1999 11:56:40 +0000 (11:56 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Jul 1999 11:56:40 +0000 (11:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@1540 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_base.h
deal.II/lac/include/lac/mgbase.h

index fd6a230c29eea6fa93cf872cfb394dcb5fc19d5a..448f927554cd4753dd21d53cbc29e88092de280d 100644 (file)
@@ -493,7 +493,7 @@ template<class VECTOR>
 void
 MGVector<VECTOR>::clear()
 {
-  vector<VECTOR>::iterator v;
+  typename vector<VECTOR>::iterator v;
   for (v = begin(); v != end(); ++v)
     v->clear();
   
index 8e860139e7c2721d42e495489972d7f93d2b6afc..8f8410aef46f149f2c60e028dae6560eace448e4 100644 (file)
@@ -493,7 +493,7 @@ template<class VECTOR>
 void
 MGVector<VECTOR>::clear()
 {
-  vector<VECTOR>::iterator v;
+  typename vector<VECTOR>::iterator v;
   for (v = begin(); v != end(); ++v)
     v->clear();
   

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.