diff --git a/test/porousmediumflow/2pncmin/implicit/dissolutionspatialparams.hh b/test/porousmediumflow/2pncmin/implicit/dissolutionspatialparams.hh index 2c0d469f79a93332553d6ad278fb191ed2862ed7..8098722211fd665eb96d4fa52016e673c3867d97 100644 --- a/test/porousmediumflow/2pncmin/implicit/dissolutionspatialparams.hh +++ b/test/porousmediumflow/2pncmin/implicit/dissolutionspatialparams.hh @@ -98,13 +98,11 @@ public: /*! * \brief Define the volume fraction of the inert component * - * \param element The finite element - * \param scv The sub-control volume - * \param elemSol The element solution + * \param globalPos The global position in the domain + * \param compIdx The index of the inert solid component */ template<class SolidSystem> - Scalar inertVolumeFractionAtPos(const GlobalPosition& globalPos, - int compIdx) const + Scalar inertVolumeFractionAtPos(const GlobalPosition& globalPos, int compIdx) const { return 1.0-referencePorosity_; } /*!