mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-21 23:02:58 -06:00
Add missing return type to check_simulation_finished function of BlackOilSimulator
This commit is contained in:
parent
070af4f147
commit
6fecef3fb1
@ -18,7 +18,7 @@
|
||||
},
|
||||
"checkSimulationFinished": {
|
||||
"signature": "opm.simulators.BlackOilSimulator.check_simulation_finished() -> bool",
|
||||
"doc": "Checks if the simulation has finished.\n\n:return: True if the simulation is finished, False otherwise."
|
||||
"doc": "Checks if the simulation has finished.\n\n:return: True if the simulation is finished, False otherwise.\n:type return: bool"
|
||||
},
|
||||
"currentStep": {
|
||||
"signature": "opm.simulators.BlackOilSimulator.current_step() -> int",
|
||||
|
Loading…
Reference in New Issue
Block a user