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:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user