Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
removed obsolete variable
Browse files Browse the repository at this point in the history
  • Loading branch information
schreiberx committed Oct 5, 2018
1 parent 8a6eea0 commit bd0dcb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/programs/swe_sphere.cpp
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit bd0dcb0

Please sign in to comment.