mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 21:46:26 -06:00
Use std::exit(EXIT_FAILURE)
Somehow this reappeard druing refactoring.
This commit is contained in:
parent
cd74796004
commit
58fdf300df
@ -274,7 +274,7 @@ void readDeck(int rank, std::string& deckFilename, std::unique_ptr<Opm::Deck>& d
|
||||
#if HAVE_MPI
|
||||
MPI_Finalize();
|
||||
#endif
|
||||
exit(1);
|
||||
std::exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
} // end namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user