STYLE: updated debug message

This commit is contained in:
Andrew Heather
2017-04-04 12:42:39 +01:00
parent 95c37c0cbb
commit c13d59fa51

View File

@ -835,6 +835,17 @@ Foam::GeometricField<Type, PatchField, GeoMesh>::oldTime() const
),
*this
);
if (debug)
{
InfoInFunction
<< "created old time field " << field0Ptr_->info() << endl;
if (debug&2)
{
error::printStack(Info);
}
}
}
else
{