From: bangerth Date: Wed, 15 Jan 2014 16:43:16 +0000 (+0000) Subject: Try not to confuse MS VC by having this: X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4077708982fcfeb1a499b26706f7e2bca93dbc;p=dealii-svn.git 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 --- 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*/)