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

@ -29,7 +29,7 @@ maxConcave 80;
//- Minimum quality of the tet formed by the face-centre
// and variable base point minimum decomposition triangles and
// the cell centre. This has to be a positive number for tracking
// to work. Set to very negative number (e.g. -1E30) to
// to work. Set to very negative number (e.g. -1e30) to
// disable.
// <0 = inside out tet,
// 0 = flat tet
@ -38,7 +38,7 @@ minTetQuality 1e-30;
//- Minimum pyramid volume. Is absolute volume of cell pyramid.
// Set to a sensible fraction of the smallest cell volume expected.
// Set to very negative number (e.g. -1E30) to disable.
// Set to very negative number (e.g. -1e30) to disable.
minVol 1e-20;
//- Minimum face area. Set to <0 to disable.