Common components for OPM, in particular build system (cmake).
This commit removes the original member functions void Tables::addPVTO() void Tables::addPVTW() void Tables::addPVTG() since these are no longer needed. The PVT tables are now defined in terms of the 'addPVTTables()' member function While here, also remove the fwrite() free function which was defined in terms of LibECL types. Update the unit test accordingly. |
||
---|---|---|
cmake | ||
debian | ||
docs | ||
etc | ||
examples | ||
external/cjson | ||
jenkins | ||
msim | ||
opm | ||
python | ||
redhat | ||
src/opm | ||
test_util | ||
tests | ||
.clang-format | ||
.gitignore | ||
.gitmodules | ||
changelog.md | ||
CMakeLists_files.cmake | ||
CMakeLists.txt | ||
CopyHeaders.cmake | ||
dune.module | ||
ExtraTests.cmake | ||
GenerateKeywords.cmake | ||
LICENSE | ||
opm-common-prereqs.cmake | ||
README.md |
opm-common
Contains common components used throughout all of OPM, in particular CMake modules for the build system.