Consistency: Changed exponent FORTRAN style 'E' to C style 'e'

This commit is contained in:
Henry
2012-04-17 16:48:27 +01:00
parent b4fe2268a3
commit cd51a5eea3
66 changed files with 115 additions and 96 deletions

View File

@ -62,7 +62,7 @@ namespace Foam
//
// pointHit ph(ln.nearestDist(position()));
//
// if (ph.distance() > 1E-6)
// if (ph.distance() > 1e-6)
// {
// FatalErrorIn
// (