Skip to content
Snippets Groups Projects
Commit c13d59fa authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: updated debug message

parent 95c37c0c
Branches
Tags
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment