The PYACTION keyword is implemented with a Python module with a run() function in an external module.
5 lines
80 B
Python
5 lines
80 B
Python
import math
|
|
|
|
def run(ecl_state, schedule, report_step, summary_state):
|
|
pass
|