mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Consistency: Changed exponent FORTRAN style 'E' to C style 'e'
This commit is contained in:
@ -62,7 +62,7 @@ namespace Foam
|
||||
//
|
||||
// pointHit ph(ln.nearestDist(position()));
|
||||
//
|
||||
// if (ph.distance() > 1E-6)
|
||||
// if (ph.distance() > 1e-6)
|
||||
// {
|
||||
// FatalErrorIn
|
||||
// (
|
||||
|
||||
Reference in New Issue
Block a user