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

@ -70,7 +70,7 @@ patches
// Optional non-default tolerance to be able to define cyclics
// on bad meshes
// matchTolerance 1E-2;
// matchTolerance 1e-2;
}
// How to construct: either from 'patches' or 'set'