mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
Removed reference to unit system
The unit system is not used in this example, so we can remove it.
This commit is contained in:
parent
9778929a81
commit
8849c7d357
@ -50,7 +50,6 @@ deck = Parser().parse('SPE1CASE1.DATA')
|
||||
state = EclipseState(deck)
|
||||
schedule = Schedule( deck, state )
|
||||
summary_config = SummaryConfig(deck, state, schedule)
|
||||
unit_system = deck.active_unit_system()
|
||||
|
||||
sim = BlackOilSimulator(deck, state, schedule, summary_config)
|
||||
sim.step_init()
|
||||
|
Loading…
Reference in New Issue
Block a user