- Removed choose warnings for now.
This commit is contained in:
parent
81c6be826e
commit
1efa77859f
@ -279,7 +279,10 @@ explorify (const System sys, const int run)
|
|||||||
ridSymm = sys->runs[run].prevSymmRun;
|
ridSymm = sys->runs[run].prevSymmRun;
|
||||||
if (sys->runs[ridSymm].step == 0)
|
if (sys->runs[ridSymm].step == 0)
|
||||||
{
|
{
|
||||||
warning ("Symmetrical run dependency #%i (for run #%i) has not chosen yet!", ridSymm, run);
|
/*
|
||||||
|
* dependency run was not chosen yet, so we can't do anything now
|
||||||
|
*/
|
||||||
|
// warning ("Symmetrical run dependency #%i (for run #%i) has not chosen yet!", ridSymm, run);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user