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

@ -17,7 +17,7 @@ FoamFile
// Tolerance used in matching faces. Absolute tolerance is span of
// face times this factor. To load incorrectly matches meshes set this
// to a higher value.
matchTolerance 1E-3;
matchTolerance 1e-3;
// Do a synchronisation of coupled points after creation of any patches.
pointSync false;

View File

@ -17,7 +17,7 @@ FoamFile
// Tolerance used in matching faces. Absolute tolerance is span of
// face times this factor. To load incorrectly matches meshes set this
// to a higher value.
matchTolerance 1E-3;
matchTolerance 1e-3;
// Do a synchronisation of coupled points after creation of any patches.
pointSync false;