Consistency: Changed exponent FORTRAN style 'E' to C style 'e'

This commit is contained in:
Henry
2012-04-17 16:48:27 +01:00
parent b4fe2268a3
commit cd51a5eea3
66 changed files with 115 additions and 96 deletions

View File

@ -92,7 +92,7 @@ timeVaryingMappedFixedValuePointPatchField
fixedValuePointPatchField<Type>(p, iF),
fieldTableName_(iF.name()),
setAverage_(readBool(dict.lookup("setAverage"))),
perturb_(dict.lookupOrDefault("perturb", 1E-5)),
perturb_(dict.lookupOrDefault("perturb", 1e-5)),
mapperPtr_(NULL),
sampleTimes_(0),
startSampleTime_(-1),