Removed unnecessary failure message

This commit is contained in:
Hrvoje Jasak 2010-11-24 09:29:46 +00:00
parent 6d1bf23891
commit b0e5c92bd5

View file

@ -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_);