- Added extra Arachne check for -r0.
This commit is contained in:
parent
17ad6de97b
commit
957b920b98
@ -1575,6 +1575,12 @@ arachne ()
|
|||||||
* set up claim role(s)
|
* set up claim role(s)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if (sys->switchRuns == 0)
|
||||||
|
{
|
||||||
|
// No real checking.
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (sys->maxruns > 0)
|
if (sys->maxruns > 0)
|
||||||
{
|
{
|
||||||
error ("Something is wrong, number of runs >0.");
|
error ("Something is wrong, number of runs >0.");
|
||||||
|
Loading…
Reference in New Issue
Block a user