From: Wolfgang Bangerth Date: Thu, 14 Nov 2013 13:02:26 +0000 (+0000) Subject: No need to say X-Git-Tag: v8.1.0~299 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46542ecda4830e8c3339522c6c57e362f8014b9e;p=dealii.git No need to say class.template function () when no explicit template arguments are provided. git-svn-id: https://svn.dealii.org/trunk@31649 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/matrix_free/estimate_condition_number_mass.cc b/tests/matrix_free/estimate_condition_number_mass.cc index 1b1ba19203..dfd39b0910 100644 --- a/tests/matrix_free/estimate_condition_number_mass.cc +++ b/tests/matrix_free/estimate_condition_number_mass.cc @@ -52,12 +52,12 @@ mass_operator (const MatrixFree &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