]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing typename
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Jul 2001 15:57:10 +0000 (15:57 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 Jul 2001 15:57:10 +0000 (15:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@4790 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_system.h

index d343b9b57ffc7e5e9d613b88ec192d49587ebf5c..2b2b0b25b8b45248672bde855fede646eace65c3 100644 (file)
@@ -594,7 +594,7 @@ class FESystem : public FiniteElement<dim>
                                          * filled by the @p{get_data}
                                          * function.
                                          */
-       typename std::vector<FiniteElementBase<dim>::InternalDataBase *> base_fe_datas;
+       typename std::vector<typename FiniteElementBase<dim>::InternalDataBase *> base_fe_datas;
 
                                         /**
                                          * Pointers to the

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.