Dictionaries: use 'e' rather than 'E' in exponential floating point numbers
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user