- Fixed an error, where exit was used instead of error.

This commit is contained in:
ccremers 2004-07-16 14:11:56 +00:00
parent a7a2ed2fbd
commit 73f3b4d4ad

View File

@ -291,7 +291,7 @@ main (int argc, char **argv)
{ {
if (switchSO->count > 0) 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; sys->switchReadSymm = 1;
} }