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

@@ -147,7 +147,7 @@ SET_SCALAR_PROP(FractureProblem, InitialTimeStepSize, 100);
namespace Ewoms {
/*!
* \ingroup VcfvTestProblems
* \ingroup TestProblems
*
* \brief Two-phase problem which involves fractures
*
@@ -264,7 +264,7 @@ public:
//! \{
/*!
* \copydoc VcfvProblem::name
* \copydoc FvBaseProblem::name
*/
std::string name() const
{
@@ -410,7 +410,7 @@ public:
// \{
/*!
* \copydoc VcfvProblem::boundary
* \copydoc FvBaseProblem::boundary
*/
template <class Context>
void boundary(BoundaryRateVector &values, const Context &context,
@@ -448,7 +448,7 @@ public:
// \{
/*!
* \copydoc VcfvProblem::constraints
* \copydoc FvBaseProblem::constraints
*/
template <class Context>
void constraints(Constraints &constraints, const Context &context,
@@ -494,7 +494,7 @@ public:
}
/*!
* \copydoc VcfvProblem::initial
* \copydoc FvBaseProblem::initial
*/
template <class Context>
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
@@ -513,7 +513,7 @@ public:
}
/*!
* \copydoc VcfvProblem::source
* \copydoc FvBaseProblem::source
*
* For this problem, the source term of all components is 0
* everywhere.