Changed E to e in scalars

This commit is contained in:
Henry
2010-11-03 11:34:34 +00:00
parent 1df7148dc1
commit a061b6e41b
30 changed files with 41 additions and 56 deletions

View File

@ -343,7 +343,7 @@ debug 0;
// 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;
// ************************************************************************* //