mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-19 01:24:53 -05:00
* Deletes the copy of the code in ThirdPary folder * Replace code with opm-flowdiagnostics-applications as submodule * Refactors ECL data handling for flow diagnostics Updates flow diagnostics to utilize ECL init data consistently. This change streamlines the passing and usage of initialization data within the flow diagnostics routines, enhancing code clarity and maintainability. Removes redundant passing of grid data, simplifying function signatures.
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
[submodule "ThirdParty/qwt"]
|
|
path = ThirdParty/qwt
|
|
url = https://github.com/CeetronSolutions/qwt.git
|
|
[submodule "ThirdParty/vcpkg"]
|
|
path = ThirdParty/vcpkg
|
|
url = https://github.com/CeetronSolutions/vcpkg
|
|
[submodule "ThirdParty/custom-opm-common/opm-common"]
|
|
path = ThirdParty/custom-opm-common/opm-common
|
|
url = https://github.com/CeetronSolutions/opm-common
|
|
[submodule "ThirdParty/roffcpp"]
|
|
path = ThirdParty/roffcpp
|
|
url = https://github.com/CeetronSolutions/roffcpp
|
|
[submodule "ThirdParty/openzgy"]
|
|
path = ThirdParty/openzgy
|
|
url = https://github.com/CeetronSolutions/openzgy.git
|
|
[submodule "ThirdParty/regression-analysis"]
|
|
path = ThirdParty/regression-analysis
|
|
url = https://github.com/CeetronSolutions/regression-analysis.git
|
|
[submodule "ThirdParty/tomlplusplus"]
|
|
path = ThirdParty/tomlplusplus
|
|
url = https://github.com/marzer/tomlplusplus.git
|
|
[submodule "ThirdParty/qtadvanceddocking"]
|
|
path = ThirdParty/qtadvanceddocking
|
|
url = https://github.com/CeetronSolutions/qtadvanceddocking.git
|
|
[submodule "ThirdParty/custom-surfio/surfio"]
|
|
path = ThirdParty/custom-surfio/surfio
|
|
url = https://github.com/equinor/surfio.git
|
|
[submodule "ThirdParty/custom-opm-flowdiag-app/opm-flowdiagnostics-applications"]
|
|
path = ThirdParty/custom-opm-flowdiag-app/opm-flowdiagnostics-applications
|
|
url = https://github.com/CeetronSolutions/opm-flowdiagnostics-applications
|