X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Fcmdlinemodulemanager.h;h=707d251e5e08372ddb531d1ed98fc62a5217344d;hb=37573afb8aea3688b3bb2fe30919300efe198ac0;hp=62b39488ca28461e37673d088c16cbd36b9bc236;hpb=4488887e17c2ad98c5885a8181fc460158e1476a;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/cmdlinemodulemanager.h b/src/gromacs/commandline/cmdlinemodulemanager.h index 62b39488ca..707d251e5e 100644 --- a/src/gromacs/commandline/cmdlinemodulemanager.h +++ b/src/gromacs/commandline/cmdlinemodulemanager.h @@ -82,7 +82,7 @@ typedef gmx_unique_ptr::type catch (const std::exception &ex) { gmx::printFatalErrorMessage(stderr, ex); - return gmx::processExceptionAtExit(ex); + return gmx::processExceptionAtExitForCommandLine(ex); } } * \endcode