Removed unnecessary failure message
This commit is contained in:
parent
6d1bf23891
commit
b0e5c92bd5
1 changed files with 0 additions and 7 deletions
|
@ -368,13 +368,6 @@ const volScalarField::DimensionedInternalField& fvMesh::V0() const
|
|||
|
||||
DimensionedField<scalar, volMesh>& fvMesh::setV0()
|
||||
{
|
||||
if (!V0Ptr_)
|
||||
{
|
||||
FatalErrorIn("fvMesh::setV0()")
|
||||
<< "V0 is not available"
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
||||
// Delete old volume and mesh motion fluxes. setV0() must be followed by
|
||||
// another mesh motion. HJ, 25/Feb/2009
|
||||
deleteDemandDrivenData(phiPtr_);
|
||||
|
|
Reference in a new issue