Merge pull request #3615 from akva2/energy_not_thermal

rename flow_brine_thermal to flow_brine_energy
This commit is contained in:
Bård Skaflestad 2021-10-18 14:12:59 +02:00 committed by GitHub
commit 4a16e2cf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -445,13 +445,13 @@ opm_add_test(flow_blackoil_dunecpr
DEPENDS opmsimulators
LIBRARIES opmsimulators)
opm_add_test(flow_brine_thermal
opm_add_test(flow_brine_energy
ONLY_COMPILE
DEFAULT_ENABLE_IF ${FLOW_VARIANTS_DEFAULT_ENABLE_IF}
SOURCES
flow/flow_brine_thermal.cpp
flow/flow_brine_energy.cpp
$<TARGET_OBJECTS:moduleVersion>
EXE_NAME flow_brine_thermal
EXE_NAME flow_brine_energy
DEPENDS opmsimulators
LIBRARIES opmsimulators)