]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a problem with earlier versions of gcc.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Jul 2003 00:16:35 +0000 (00:16 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Jul 2003 00:16:35 +0000 (00:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@7863 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_tools.cc

index b8e00b9b125d1eb5046309a8826faf5b30fb38cf..81ceaebc0bb083fb36366b1c8b39c7c473ce8e4e 100644 (file)
@@ -1209,8 +1209,8 @@ FETools::get_fe_from_name_aux (const std::string &name)
                                                 // present position
                                                 // to the end
                const std::pair<FiniteElement<dim> *, unsigned int> tmp_x
-                 = FETools::get_fe_from_name_aux<dim> (std::string(name.begin()+position,
-                                                                   name.end()));
+                 = get_fe_from_name_aux<dim> (std::string(name.begin()+position,
+                                                          name.end()));
                base_fes.push_back (tmp_x.first);
                position += tmp_x.second;
                

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.