mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3615 from akva2/energy_not_thermal
rename flow_brine_thermal to flow_brine_energy
This commit is contained in:
commit
4a16e2cf3a
@ -445,13 +445,13 @@ opm_add_test(flow_blackoil_dunecpr
|
|||||||
DEPENDS opmsimulators
|
DEPENDS opmsimulators
|
||||||
LIBRARIES opmsimulators)
|
LIBRARIES opmsimulators)
|
||||||
|
|
||||||
opm_add_test(flow_brine_thermal
|
opm_add_test(flow_brine_energy
|
||||||
ONLY_COMPILE
|
ONLY_COMPILE
|
||||||
DEFAULT_ENABLE_IF ${FLOW_VARIANTS_DEFAULT_ENABLE_IF}
|
DEFAULT_ENABLE_IF ${FLOW_VARIANTS_DEFAULT_ENABLE_IF}
|
||||||
SOURCES
|
SOURCES
|
||||||
flow/flow_brine_thermal.cpp
|
flow/flow_brine_energy.cpp
|
||||||
$<TARGET_OBJECTS:moduleVersion>
|
$<TARGET_OBJECTS:moduleVersion>
|
||||||
EXE_NAME flow_brine_thermal
|
EXE_NAME flow_brine_energy
|
||||||
DEPENDS opmsimulators
|
DEPENDS opmsimulators
|
||||||
LIBRARIES opmsimulators)
|
LIBRARIES opmsimulators)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user