]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove warning 2002/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 21 Dec 2015 17:51:33 +0000 (12:51 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 21 Dec 2015 17:51:33 +0000 (12:51 -0500)
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

index 3c8accc1292cc26d51997edbd1a31b315f364849..1868c6d78ee99c48e61e07ef32413acc968d990f 100644 (file)
@@ -187,17 +187,17 @@ estimate (const DoFHandlerType                       &dof_handler,
 template <int spacedim>
 template <typename InputVector, typename DoFHandlerType>
 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<spacedim>::type &/*neumann_bc*/,
-          const std::vector<const InputVector *>     &/*solutions*/,
-          std::vector<Vector<float>*>                &/*errors*/,
-          const ComponentMask                        &/*component_mask_*/,
-          const Function<spacedim>                   */*coefficient*/,
+          const typename FunctionMap<spacedim>::type & /*neumann_bc*/,
+          const std::vector<const InputVector *>     & /*solutions*/,
+          std::vector<Vector<float>*>                & /*errors*/,
+          const ComponentMask                        & /*component_mask_*/,
+          const Function<spacedim>                   * /*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());
 }

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.