From 21af223b9206618e19dfe1177b124619e15861f0 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 18 Oct 2021 12:48:11 +0200 Subject: [PATCH] rename flow_brine_thermal to flow_brine_energy naming should be consistent with the established convention --- CMakeLists.txt | 6 +++--- flow/{flow_brine_thermal.cpp => flow_brine_energy.cpp} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename flow/{flow_brine_thermal.cpp => flow_brine_energy.cpp} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 084063fd5..def9272c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $ - EXE_NAME flow_brine_thermal + EXE_NAME flow_brine_energy DEPENDS opmsimulators LIBRARIES opmsimulators) diff --git a/flow/flow_brine_thermal.cpp b/flow/flow_brine_energy.cpp similarity index 100% rename from flow/flow_brine_thermal.cpp rename to flow/flow_brine_energy.cpp