rename flow_brine_thermal to flow_brine_energy

naming should be consistent with the established convention
This commit is contained in:
Arne Morten Kvarving 2021-10-18 12:48:11 +02:00
parent d925e74b76
commit 21af223b92
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)