From bd0dcb07e104c9ea9c73ee24a4973d591234821f Mon Sep 17 00:00:00 2001 From: Martin Schreiber Date: Fri, 5 Oct 2018 21:50:33 +0200 Subject: [PATCH] removed obsolete variable --- src/programs/swe_sphere.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/programs/swe_sphere.cpp b/src/programs/swe_sphere.cpp index 9b05a9700..10f823478 100644 --- a/src/programs/swe_sphere.cpp +++ b/src/programs/swe_sphere.cpp @@ -890,7 +890,6 @@ int main(int i_argc, char *i_argv[]) if (mpi_rank == 0) std::cout << "TIMER RESET" << std::endl; #endif - bool instability = false; SimulationBenchmarkTimings::getInstance().main_timestepping.start(); // Main time loop @@ -913,7 +912,6 @@ int main(int i_argc, char *i_argv[]) { std::cout << "INSTABILITY DETECTED" << std::endl; std::cerr << "INSTABILITY DETECTED" << std::endl; - instability = true; // IMPORANT: EXIT IN CASE OF INSTABILITIES exit(1); break;