- Fixed an error, where exit was used instead of error.
This commit is contained in:
parent
a7a2ed2fbd
commit
73f3b4d4ad
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user