X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Fcmdlinemodulemanager.cpp;h=74113cc53126c15e5eeef8b9c595c96674c67766;hb=37573afb8aea3688b3bb2fe30919300efe198ac0;hp=8fee8aa10e28ca0cef593bdd1b1d1a8ffc6410e5;hpb=4488887e17c2ad98c5885a8181fc460158e1476a;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/cmdlinemodulemanager.cpp b/src/gromacs/commandline/cmdlinemodulemanager.cpp index 8fee8aa10e..74113cc531 100644 --- a/src/gromacs/commandline/cmdlinemodulemanager.cpp +++ b/src/gromacs/commandline/cmdlinemodulemanager.cpp @@ -622,7 +622,7 @@ int CommandLineModuleManager::runAsMainSingleModule( catch (const std::exception &ex) { printFatalErrorMessage(stderr, ex); - return processExceptionAtExit(ex); + return processExceptionAtExitForCommandLine(ex); } }