mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: disable sanity check when reconstructing Dimension
This commit is contained in:
parent
41853c2622
commit
c463bcc54a
@ -5271,7 +5271,7 @@ void unpack(Dimension& data,
|
||||
unpack(name, buffer, position, comm);
|
||||
unpack(siScaling, buffer, position, comm);
|
||||
unpack(siOffset, buffer, position, comm);
|
||||
data = Dimension(name, siScaling, siOffset);
|
||||
data = Dimension(name, siScaling, siOffset, false);
|
||||
}
|
||||
|
||||
void unpack(UnitSystem& data,
|
||||
|
Loading…
Reference in New Issue
Block a user