From f16ca59c846e6b2325da1355c45e8ec570f16453 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Wed, 15 Aug 2012 16:53:07 +0000 Subject: [PATCH] a few simple fixes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8883 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/common/boxdarcyfluxvariables.hh | 3 +-- dumux/boxmodels/richards/richardsproperties.hh | 3 ++- test/decoupled/1p/test_1p.cc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dumux/boxmodels/common/boxdarcyfluxvariables.hh b/dumux/boxmodels/common/boxdarcyfluxvariables.hh index 729863a2f3..5b6806f487 100644 --- a/dumux/boxmodels/common/boxdarcyfluxvariables.hh +++ b/dumux/boxmodels/common/boxdarcyfluxvariables.hh @@ -43,11 +43,10 @@ namespace Dumux namespace Properties { // forward declaration of properties -NEW_PROP_TAG(MobilityUpwindWeight); +NEW_PROP_TAG(ImplicitMobilityUpwindWeight); NEW_PROP_TAG(SpatialParams); NEW_PROP_TAG(NumPhases); NEW_PROP_TAG(ProblemEnableGravity); -NEW_PROP_TAG(EnableGravity);//DEPRECATED } /*! diff --git a/dumux/boxmodels/richards/richardsproperties.hh b/dumux/boxmodels/richards/richardsproperties.hh index 1d83d73022..392e300cac 100644 --- a/dumux/boxmodels/richards/richardsproperties.hh +++ b/dumux/boxmodels/richards/richardsproperties.hh @@ -55,7 +55,8 @@ NEW_TYPE_TAG(BoxRichards, INHERITS_FROM(BoxModel)); NEW_PROP_TAG(NumPhases); //!< Number of fluid phases in the system NEW_PROP_TAG(RichardsIndices); //!< DEPRECATED Enumerations used by the Richards models NEW_PROP_TAG(Indices); //!< Enumerations used by the model -NEW_PROP_TAG(SpatialParameters); //!< The type of the spatial parameters object +NEW_PROP_TAG(SpatialParams); //!< The type of the spatial parameters +NEW_PROP_TAG(SpatialParameters); //!< DEPRECATED The type of the spatial parameters NEW_PROP_TAG(MaterialLaw); //!< The material law which ought to be used (by default extracted from the spatial parameters) NEW_PROP_TAG(MaterialLawParams); //!< The type of the parameter object for the material law (by default extracted from the spatial parameters) NEW_PROP_TAG(FluidSystem); //!< The fluid system to be used for the Richards model diff --git a/test/decoupled/1p/test_1p.cc b/test/decoupled/1p/test_1p.cc index 6379cdc75a..d5150f552d 100644 --- a/test/decoupled/1p/test_1p.cc +++ b/test/decoupled/1p/test_1p.cc @@ -51,9 +51,9 @@ void usage(const char *progName, const std::string &errorMsg) errorMessageOut += "\n\nThe list of mandatory arguments for this program is:\n" "\t-TimeManager.TEnd End of the simulation [s] \n" "\t-TimeManager.DtInitial Initial timestep size [s] \n" - "\t-Grid.NumRefine The refinement level of the grid. [-] \n" + "\t-Grid.NumRefine The refinement level of the grid. [-] \n"; errorMessageOut += "\nAdditionally the following arguments can be specified:\n" - "\t-Problem.Delta Anisotropy of permeability tensor. Value out + "\t-Problem.Delta Anisotropy of permeability tensor. Value out" "\t of (0, 1], with 1 being isotrop. Default: 1e-3.\n"; std::cout << errorMessageOut -- GitLab