Dictionaries: use 'e' rather than 'E' in exponential floating point numbers

This commit is contained in:
Henry Weller
2021-06-15 18:25:51 +01:00
parent ad1f53a06d
commit 4b01e40a93
27 changed files with 44 additions and 44 deletions

View File

@ -306,7 +306,7 @@ writeFlags
// Merge tolerance. Is fraction of overall bounding box of initial mesh.
// Note: the write tolerance needs to be higher than this.
mergeTolerance 1E-6;
mergeTolerance 1e-6;
// ************************************************************************* //