mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5880 from lisajulia/feature/fix/documentation
Add missing return type to check_simulation_finished function of BlackOilSimulator.
This commit is contained in:
commit
70987f4e48
@ -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