BUG: Default parameter should be a scalar.

This commit is contained in:
graham
2010-12-03 16:21:45 +00:00
parent a21a56ccda
commit 27088becf1

View File

@ -137,7 +137,7 @@ int main(int argc, char *argv[])
const scalar dCRes = args.optionLookupOrDefault
(
"deltaCoeffResolution",
1
1.0
);
const bool readCellCentres = args.optionFound("readCellCentres");