From 4bd01fb00463b9dad6edf5d052038b2bf1f4f754 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 21 Dec 2015 12:51:33 -0500 Subject: [PATCH] remove warning MSVC complains: E:\dev\deal-git\source\numerics\error_estimator_1d.cc(197): warning C4138: '*/' found outside of comment [E:\dev\deal-git\buildtest\source\numerics\obj_numerics.debug.vcxproj] --- source/numerics/error_estimator_1d.cc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/numerics/error_estimator_1d.cc b/source/numerics/error_estimator_1d.cc index 3c8accc129..1868c6d78e 100644 --- a/source/numerics/error_estimator_1d.cc +++ b/source/numerics/error_estimator_1d.cc @@ -187,17 +187,17 @@ estimate (const DoFHandlerType &dof_handler, template template void KellyErrorEstimator<1,spacedim>:: -estimate (const Mapping<1,spacedim> &/*mapping*/, - const DoFHandlerType &/*dof_handler*/, +estimate (const Mapping<1,spacedim> & /*mapping*/, + const DoFHandlerType & /*dof_handler*/, const hp::QCollection<0> &, - const typename FunctionMap::type &/*neumann_bc*/, - const std::vector &/*solutions*/, - std::vector*> &/*errors*/, - const ComponentMask &/*component_mask_*/, - const Function */*coefficient*/, + const typename FunctionMap::type & /*neumann_bc*/, + const std::vector & /*solutions*/, + std::vector*> & /*errors*/, + const ComponentMask & /*component_mask_*/, + const Function * /*coefficient*/, const unsigned int, - const types::subdomain_id /*subdomain_id*/, - const types::material_id /*material_id*/) + const types::subdomain_id /*subdomain_id*/, + const types::material_id /*material_id*/) { Assert (false, ExcInternalError()); } -- 2.39.5