Merge pull request #3233 from bska/apply-gridunit-to-output-copies
Apply GRIDUNIT Processing to COORD/ZCORN Output Copies
This commit is contained in:
commit
f4627455e5
@ -303,6 +303,14 @@ EclipseGrid::EclipseGrid(const Deck& deck, const int * actnum)
|
||||
apply_GRIDUNIT(deck.getActiveUnitSystem(), grid_units.value(), this->m_coord);
|
||||
if (this->m_rv.has_value())
|
||||
apply_GRIDUNIT(deck.getActiveUnitSystem(), grid_units.value(), this->m_rv.value());
|
||||
|
||||
if (this->m_input_coord.has_value()) {
|
||||
apply_GRIDUNIT(deck.getActiveUnitSystem(), grid_units.value(), this->m_input_coord.value());
|
||||
}
|
||||
|
||||
if (this->m_input_zcorn.has_value()) {
|
||||
apply_GRIDUNIT(deck.getActiveUnitSystem(), grid_units.value(), this->m_input_zcorn.value());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user