From c95354d3c22d192b6015d2b4eb8532a0b76c807c Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 13 Nov 2017 13:59:56 +0100 Subject: [PATCH] remove 'flow_ebos_solvent' application use 'flow' --- CMakeLists_files.cmake | 2 -- examples/flow_ebos_solvent.cpp | 25 ------------------------- 2 files changed, 27 deletions(-) delete mode 100644 examples/flow_ebos_solvent.cpp diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index c38f79417..25e352b27 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -121,7 +121,6 @@ list (APPEND EXAMPLE_SOURCE_FILES examples/flow_reorder.cpp examples/flow_sequential.cpp examples/flow.cpp - examples/flow_ebos_solvent.cpp examples/flow_multisegment.cpp examples/flow_solvent.cpp examples/sim_2p_incomp.cpp @@ -141,7 +140,6 @@ list (APPEND PROGRAM_SOURCE_FILES examples/sim_2p_incomp_ad.cpp examples/sim_2p_comp_reorder.cpp examples/flow.cpp - examples/flow_ebos_solvent.cpp examples/flow_legacy.cpp examples/flow_reorder.cpp examples/flow_sequential.cpp diff --git a/examples/flow_ebos_solvent.cpp b/examples/flow_ebos_solvent.cpp deleted file mode 100644 index 67a3683f0..000000000 --- a/examples/flow_ebos_solvent.cpp +++ /dev/null @@ -1,25 +0,0 @@ -/* - This file is part of the Open Porous Media project (OPM). - - OPM is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - OPM is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with OPM. If not, see . -*/ -#include "config.h" - -#include - -// ----------------- Main program ----------------- -int main(int argc, char** argv) -{ - return Opm::flowEbosSolventMain(argc, argv); -}