diff --git a/src/main.c b/src/main.c index d037db4..9585924 100644 --- a/src/main.c +++ b/src/main.c @@ -291,7 +291,7 @@ main (int argc, char **argv) { if (switchSO->count > 0) { - exit ("--read-symm and --symm-order cannot be used at the same time."); + error ("--read-symm and --symm-order cannot be used at the same time."); } sys->switchReadSymm = 1; }