mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
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:
parent
929d06f524
commit
89044d7f73
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user