replace a few now-incorrect "Vcfv" prefixes in the comments

This commit is contained in:
Andreas Lauser
2014-07-17 17:24:48 +02:00
parent 99779a52e8
commit 99430085bd
18 changed files with 104 additions and 104 deletions

View File

@@ -121,7 +121,7 @@ SET_STRING_PROP(RichardsLensProblem, GridFile, "./data/richardslens_24x16.dgf");
namespace Ewoms {
/*!
* \ingroup VcfvTestProblems
* \ingroup TestProblems
*
* \brief A water infiltration problem with a low-permeability lens
* embedded into a high-permeability domain.
@@ -217,7 +217,7 @@ public:
//! \{
/*!
* \copydoc VcfvProblem::name
* \copydoc FvBaseProblem::name
*/
std::string name() const
{ return "lens_richards"; }
@@ -283,7 +283,7 @@ public:
//! \{
/*!
* \copydoc VcfvProblem::boundary
* \copydoc FvBaseProblem::boundary
*/
template <class Context>
void boundary(BoundaryRateVector &values,
@@ -328,7 +328,7 @@ public:
//! \{
/*!
* \copydoc VcfvProblem::initial
* \copydoc FvBaseProblem::initial
*/
template <class Context>
void initial(PrimaryVariables &values,
@@ -349,7 +349,7 @@ public:
}
/*!
* \copydoc VcfvProblem::source
* \copydoc FvBaseProblem::source
*
* For this problem, the source term of all components is 0
* everywhere.