mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
* Roff: Add initial roff support (with roffcpp as submodule). * Roff: Create viewer when importing roff files. * Roff: add timing for roff import. * Roff: precompute active cell indexes. * Roff: parallelize using OpenMP. * Roff: Handle exceptions when importing. * Roff: improvements from review. * Invert ordering Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
19 lines
726 B
Plaintext
19 lines
726 B
Plaintext
[submodule "ThirdParty/qwt"]
|
|
path = ThirdParty/qwt
|
|
url = https://github.com/CeetronSolutions/qwt.git
|
|
[submodule "ThirdParty/vcpkg"]
|
|
path = ThirdParty/vcpkg
|
|
url = https://github.com/microsoft/vcpkg
|
|
[submodule "ThirdParty/fast_float"]
|
|
path = ThirdParty/fast_float
|
|
url = https://github.com/fastfloat/fast_float
|
|
[submodule "ThirdParty/qtadvanceddocking"]
|
|
path = ThirdParty/qtadvanceddocking
|
|
url = https://github.com/CeetronSolutions/qtadvanceddocking.git
|
|
[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
|