Skip to content
Snippets Groups Projects
Commit adf07fb3 authored by Philipp Nuske's avatar Philipp Nuske
Browse files

adapted comment such that persons in addition to author could understand

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9595 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 92958ad5
No related branches found
No related tags found
No related merge requests found
...@@ -110,17 +110,16 @@ public: ...@@ -110,17 +110,16 @@ public:
* \brief Set the thermodynamic constraint solver which calculates the * \brief Set the thermodynamic constraint solver which calculates the
* composition of any phase given all component fugacities. * composition of any phase given all component fugacities.
* *
* DEPRECATED version see ConstraintSolver * \deprecated version. Use "ConstraintSolver" instead of "CompositionFromFugacitiesSolver"
*
*/ */
SET_PROP(BoxMPNC, CompositionFromFugacitiesSolver) // DEPRECATED version see ConstraintSolver SET_PROP(BoxMPNC, CompositionFromFugacitiesSolver) // DEPRECATED version. Use "ConstraintSolver" instead of "CompositionFromFugacitiesSolver"
{ {
private: private:
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar; typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, FluidSystem) FluidSystem; typedef typename GET_PROP_TYPE(TypeTag, FluidSystem) FluidSystem;
public: public:
typedef Dumux::CompositionFromFugacities<Scalar, FluidSystem> type; // DEPRECATED version see ConstraintSolver typedef Dumux::CompositionFromFugacities<Scalar, FluidSystem> type; // DEPRECATED version. Use "ConstraintSolver" instead of "CompositionFromFugacitiesSolver"
}; };
/*! /*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment