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

STYLE: updated debug message

parent df54fa02
No related branches found
No related tags found
2 merge requests!121Merge develop into master for v1706 release,!114Feature second order restart
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment