]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
No need to say
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Nov 2013 13:02:26 +0000 (13:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 14 Nov 2013 13:02:26 +0000 (13:02 +0000)
  class.template function ()
when no explicit template arguments are provided.

git-svn-id: https://svn.dealii.org/trunk@31649 0785d39b-7218-0410-832d-ea1e28bc413d

tests/matrix_free/estimate_condition_number_mass.cc

index 1b1ba19203391b1eb0ea9f11df81654f5e5ffabd..dfd39b0910d9c574dd5504634b72c5b72b5ed79d 100644 (file)
@@ -52,12 +52,12 @@ mass_operator (const MatrixFree<dim,Number>  &data,
     {
       fe_eval.reinit (cell);
       fe_eval.read_dof_values (src);
-      fe_eval.template evaluate (true, false, false);
+      fe_eval.evaluate (true, false, false);
       for (unsigned int q=0; q<n_q_points; ++q)
         {
           fe_eval.submit_value (fe_eval.get_value(q),q);
         }
-      fe_eval.template integrate (true,false);
+      fe_eval.integrate (true,false);
       fe_eval.distribute_local_to_global (dst);
     }
 }

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.