From b8c27b53996687b831604488145791ae9bd2c4dd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Jan 2014 16:43:16 +0000 Subject: [PATCH] Try not to confuse MS VC by having this: estimate (..., const Function */*coefficient*/, ...) where MSVC gets tripped up by the */ thinking it closes a comment. git-svn-id: https://svn.dealii.org/trunk@32218 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/error_estimator_1d.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/source/numerics/error_estimator_1d.cc b/deal.II/source/numerics/error_estimator_1d.cc index 15b65d0bc8..d46e35f25d 100644 --- a/deal.II/source/numerics/error_estimator_1d.cc +++ b/deal.II/source/numerics/error_estimator_1d.cc @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998 - 2013 by the deal.II authors +// Copyright (C) 1998 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -194,7 +194,7 @@ estimate (const Mapping<1,spacedim> &/*mapping*/, const std::vector &/*solutions*/, std::vector*> &/*errors*/, const ComponentMask &/*component_mask_*/, - const Function */*coefficient*/, + const Function * /*coefficient*/, const unsigned int, const types::subdomain_id /*subdomain_id*/, const types::material_id /*material_id*/) -- 2.39.5