- Removed choose warnings for now.

This commit is contained in:
ccremers 2004-07-14 08:33:28 +00:00
parent 81c6be826e
commit 1efa77859f

View File

@ -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
{ {