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:
@ -52,7 +52,7 @@ void Foam::meshDualiser::checkPolyTopoChange(const polyTopoChange& meshMod)
|
||||
label nUnique = mergePoints
|
||||
(
|
||||
points,
|
||||
1E-6,
|
||||
1e-6,
|
||||
false,
|
||||
oldToNew
|
||||
);
|
||||
@ -226,7 +226,7 @@ Foam::label Foam::meshDualiser::addInternalFace
|
||||
label nUnique = mergePoints
|
||||
(
|
||||
facePoints,
|
||||
1E-6,
|
||||
1e-6,
|
||||
false,
|
||||
oldToNew
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user