Source code of the opm python library
soulstealer-star opened this issue · 2 comments
soulstealer-star commented
Dear all,
Can you give me any clue that I can find the source code of the opm python library? Especially like the function called ERst, EclOutput, Because I did not find them where the python library was installed
the example import code is following:
from .opmcommon_python import ERst
Or the souce code are just ERst.cpp or EclOutput.cpp?
akva2 commented
you find the source at https://github.com/OPM/opm-common/tree/master/python/cxx
And yes, it is basically ERst.cpp and EclOutput.cpp with some thin wrapping for some of the methods.
soulstealer-star commented
Thanks!