- Added extra Arachne check for -r0.

This commit is contained in:
ccremers 2004-08-27 18:26:19 +00:00
parent 17ad6de97b
commit 957b920b98

View File

@ -1575,6 +1575,12 @@ arachne ()
* set up claim role(s)
*/
if (sys->switchRuns == 0)
{
// No real checking.
return;
}
if (sys->maxruns > 0)
{
error ("Something is wrong, number of runs >0.");