Follow up change in EclipseGridParser with regard to unit handling

upscale_avg should be unit-agnostic, so we ask EclipseGridParser
not to convert from SI.
This commit is contained in:
Håvard Berland 2011-02-07 19:31:23 +01:00 committed by Havard Berland
parent 929d06f524
commit 89044d7f73

View File

@ -147,7 +147,7 @@ int main(int varnum, char** vararg) {
// eclParser_p is here a pointer to an object of type EclipseGridParser
// (this pointer trick is necessary for the try-catch-clause to work)
EclipseGridParser eclParser(ECLIPSEFILENAME);
EclipseGridParser eclParser(ECLIPSEFILENAME, false);
EclipseGridInspector eclInspector(eclParser);