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

@ -569,7 +569,7 @@ void Foam::surfaceIntersection::doCutEdges
List<DynamicList<label> >& surfEdgeCuts
)
{
scalar oldTol = intersection::setPlanarTol(1E-3);
scalar oldTol = intersection::setPlanarTol(1e-3);
const pointField& surf1Pts = surf1.localPoints();