From b0165c18e59d7df25b419e920a60a9c0491876f1 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 11 Oct 2017 16:32:35 +0200 Subject: [PATCH] remove source files from the attic the historic log files are retained, for the source files use `git log`. --- CMakeLists_files.cmake | 9 ---- attic/README.txt | 3 -- attic/aniso_implicit_steadystate_test.cpp | 56 --------------------- attic/aniso_steadystate_test.cpp | 58 ---------------------- attic/implicit_steadystate_test.cpp | 56 --------------------- attic/steadystate_test_explicit.cpp | 59 ----------------------- 6 files changed, 241 deletions(-) delete mode 100644 attic/README.txt delete mode 100644 attic/aniso_implicit_steadystate_test.cpp delete mode 100644 attic/aniso_steadystate_test.cpp delete mode 100644 attic/implicit_steadystate_test.cpp delete mode 100644 attic/steadystate_test_explicit.cpp diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 2573816..176547a 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -115,15 +115,6 @@ list (APPEND ADDITIONAL_SOURCE_FILES benchmarks/upscale_relperm_benchmark.cpp ) -# originally generated with the command: -# find attic -name '*.c*' -printf '\t%p\n' | sort -list (APPEND ATTIC_FILES - attic/aniso_implicit_steadystate_test.cpp - attic/aniso_steadystate_test.cpp - attic/implicit_steadystate_test.cpp - attic/steadystate_test_explicit.cpp -) - # programs listed here will not only be compiled, but also marked for # installation list (APPEND PROGRAM_SOURCE_FILES diff --git a/attic/README.txt b/attic/README.txt deleted file mode 100644 index 9b4121e..0000000 --- a/attic/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -These files are not actively maintained. They may not compile, run -properly nor produce sensible results. In the future they may be -promoted into proper examples or unit tests, or deleted. diff --git a/attic/aniso_implicit_steadystate_test.cpp b/attic/aniso_implicit_steadystate_test.cpp deleted file mode 100644 index ab4ba9d..0000000 --- a/attic/aniso_implicit_steadystate_test.cpp +++ /dev/null @@ -1,56 +0,0 @@ -//=========================================================================== -// -// File: aniso_implicit_steadystate_test.cpp -// -// Created: Thu Jul 22 15:25:07 2010 -// -// Author(s): Atgeirr F Rasmussen -// Bård Skaflestad -// -// $Date$ -// -// $Revision$ -// -//=========================================================================== - -/* - Copyright 2010 SINTEF ICT, Applied Mathematics. - Copyright 2010 Statoil ASA. - - This file is part of The Open Reservoir Simulator Project (OpenRS). - - OpenRS 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. - - OpenRS 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 OpenRS. If not, see . -*/ -#include - -#define VERBOSE - -#include -#include -#include - -using namespace Opm; - -int main(int argc, char** argv) -try -{ - // Initialize. - Opm::parameter::ParameterGroup param(argc, argv); - SteadyStateUpscalerManager > mgr; - mgr.upscale(param); -} -catch (const std::exception &e) { - std::cerr << "Program threw an exception: " << e.what() << "\n"; - throw; -} diff --git a/attic/aniso_steadystate_test.cpp b/attic/aniso_steadystate_test.cpp deleted file mode 100644 index 95caee5..0000000 --- a/attic/aniso_steadystate_test.cpp +++ /dev/null @@ -1,58 +0,0 @@ -//=========================================================================== -// -// File: aniso_steadystate_test.cpp -// -// Created: Thu Apr 29 10:29:35 2010 -// -// Author(s): Atgeirr F Rasmussen -// Jostein R Natvig -// -// $Date$ -// -// $Revision$ -// -//=========================================================================== - -/* - Copyright 2010 SINTEF ICT, Applied Mathematics. - Copyright 2010 Statoil ASA. - - This file is part of The Open Reservoir Simulator Project (OpenRS). - - OpenRS 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. - - OpenRS 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 OpenRS. If not, see . -*/ -#include - -//#define VERBOSE - -#include -#include -#include - -using namespace Opm; - -int main(int argc, char** argv) -try -{ - // Initialize. - Opm::parameter::ParameterGroup param(argc, argv); - // MPIHelper::instance(argc,argv); - - SteadyStateUpscalerManager mgr; - mgr.upscale(param); -} -catch (const std::exception &e) { - std::cerr << "Program threw an exception: " << e.what() << "\n"; - throw; -} diff --git a/attic/implicit_steadystate_test.cpp b/attic/implicit_steadystate_test.cpp deleted file mode 100644 index fc6a2e8..0000000 --- a/attic/implicit_steadystate_test.cpp +++ /dev/null @@ -1,56 +0,0 @@ -//=========================================================================== -// -// File: implicit_steadystate_test.cpp -// -// Created: Thu Jul 22 15:36:52 2010 -// -// Author(s): Atgeirr F Rasmussen -// Bård Skaflestad -// -// $Date$ -// -// $Revision$ -// -//=========================================================================== - -/* - Copyright 2010 SINTEF ICT, Applied Mathematics. - Copyright 2010 Statoil ASA. - - This file is part of The Open Reservoir Simulator Project (OpenRS). - - OpenRS 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. - - OpenRS 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 OpenRS. If not, see . -*/ -#include - -#define VERBOSE - -#include -#include -#include - -using namespace Opm; - -int main(int argc, char** argv) -try -{ - // Initialize. - Opm::parameter::ParameterGroup param(argc, argv); - SteadyStateUpscalerManager > mgr; - mgr.upscale(param); -} -catch (const std::exception &e) { - std::cerr << "Program threw an exception: " << e.what() << "\n"; - throw; -} diff --git a/attic/steadystate_test_explicit.cpp b/attic/steadystate_test_explicit.cpp deleted file mode 100644 index fb8ac0a..0000000 --- a/attic/steadystate_test_explicit.cpp +++ /dev/null @@ -1,59 +0,0 @@ -//=========================================================================== -// -// File: steadystate_test.cpp -// -// Created: Fri Aug 28 14:11:03 2009 -// -// Author(s): Atgeirr F Rasmussen -// B�rd Skaflestad -// -// $Date$ -// -// $Revision$ -// -//=========================================================================== - -/* - Copyright 2009, 2010 SINTEF ICT, Applied Mathematics. - Copyright 2009, 2010 Statoil ASA. - - This file is part of The Open Reservoir Simulator Project (OpenRS). - - OpenRS 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. - - OpenRS 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 OpenRS. If not, see . -*/ -#include - - -//#define VERBOSE - -#include -#include -#include - -using namespace Opm; - -int main(int argc, char** argv) -try -{ - //Initialize. - Opm::parameter::ParameterGroup param(argc, argv); - //MPIHelper::instance(argc,argv); - SteadyStateUpscalerManager mgr; - mgr.upscale(param); -} -catch (const std::exception &e) { - std::cerr << "Program threw an exception: " << e.what() << "\n"; - throw; -} -