]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove typename that shouldn't be there
authorTimo Heister <timo.heister@gmail.com>
Thu, 9 Jan 2014 19:21:22 +0000 (19:21 +0000)
committerTimo Heister <timo.heister@gmail.com>
Thu, 9 Jan 2014 19:21:22 +0000 (19:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@32187 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/do_function_derivatives_01.cc
tests/hp/do_function_hessians_01.cc
tests/hp/do_function_laplacians_01.cc

index 8c324d71a5d5a6916080439e4f91d63277be9cc1..2e52bd2833249dd8a86bb3ffcaf45abddab0e268 100644 (file)
@@ -101,7 +101,7 @@ int main()
   q.push_back(QMidpoint<2>());
   q.push_back(QMidpoint<2>());
   hp::FEValues<2> x_fe_values (fe_collection, q, update_gradients);
-  for (typename hp::DoFHandler<2>::active_cell_iterator  cell = dof_handler.begin_active();
+  for (hp::DoFHandler<2>::active_cell_iterator  cell = dof_handler.begin_active();
        cell != dof_handler.end(); ++cell)
     {
       x_fe_values.reinit (cell);
index c2022df1a4f383c2b07e03862136a32c902dfe0e..7a17fe0def39c19f3a1bbf24e5264d013e65fadd 100644 (file)
@@ -101,7 +101,7 @@ int main()
   q.push_back(QMidpoint<2>());
   q.push_back(QMidpoint<2>());
   hp::FEValues<2> x_fe_values (fe_collection, q, update_hessians);
-  for (typename hp::DoFHandler<2>::active_cell_iterator  cell = dof_handler.begin_active();
+  for (hp::DoFHandler<2>::active_cell_iterator  cell = dof_handler.begin_active();
        cell != dof_handler.end(); ++cell)
     {
       x_fe_values.reinit (cell);
index 3cd68e0644bdc3dca3a926e4d034fa19ce38311d..ed9a931c41de0c64356fd21697e3116171bdc852 100644 (file)
@@ -101,7 +101,7 @@ int main()
   q.push_back(QMidpoint<2>());
   q.push_back(QMidpoint<2>());
   hp::FEValues<2> x_fe_values (fe_collection, q, update_hessians);
-  for (typename hp::DoFHandler<2>::active_cell_iterator  cell = dof_handler.begin_active();
+  for (hp::DoFHandler<2>::active_cell_iterator  cell = dof_handler.begin_active();
        cell != dof_handler.end(); ++cell)
     {
       x_fe_values.reinit (cell);

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.