]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Try not to confuse MS VC by having this:
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2014 16:43:16 +0000 (16:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2014 16:43:16 +0000 (16:43 +0000)
estimate (...,
          const Function<spacedim>                   */*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

index 15b65d0bc892544f769760c68e83099470746843..d46e35f25d3489a91bb5f2c6af348f37a73832df 100644 (file)
@@ -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<const InputVector *> &/*solutions*/,
           std::vector<Vector<float>*>            &/*errors*/,
           const ComponentMask                &/*component_mask_*/,
-          const Function<spacedim>                   */*coefficient*/,
+          const Function<spacedim>                   * /*coefficient*/,
           const unsigned int,
           const types::subdomain_id          /*subdomain_id*/,
           const types::material_id                   /*material_id*/)

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.