mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: updated debug message
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user