mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
particle: Corrected printing of '%'
This commit is contained in:
@ -745,7 +745,7 @@ Foam::scalar Foam::particle::trackToStationaryTri
|
||||
if (debug)
|
||||
{
|
||||
Info<< "Hit on tet face " << i << " at local coordinate "
|
||||
<< y0 + mu*Tx1 << ", " << mu*detA*100 << "\% of the "
|
||||
<< y0 + mu*Tx1 << ", " << mu*detA*100 << "% of the "
|
||||
<< "way along the track" << endl;
|
||||
}
|
||||
|
||||
@ -789,7 +789,7 @@ Foam::scalar Foam::particle::trackToStationaryTri
|
||||
Info<< "End local coordinates = " << yH << endl
|
||||
<< "End global coordinates = " << position() << endl
|
||||
<< "Tracking displacement = " << position() - x0 << endl
|
||||
<< muH*detA*100 << "\% of the step from " << stepFraction_ << " to "
|
||||
<< muH*detA*100 << "% of the step from " << stepFraction_ << " to "
|
||||
<< stepFraction_ + fraction << " completed" << endl << endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user