- Fixed a bug in tank emptying

- Component
This commit is contained in:
Milan Hanajik 2014-09-08 17:13:31 +02:00
parent 4953290eb3
commit cc2a24cee5
2 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ namespace TBF.BenchControl.Sequences
}
while (!e.Contains(Event.BalanceDone));
}
while (Balance.IsEmpty(mass.Val));
while (!Balance.IsEmpty(mass.Val));
quit_emptying:
//--------------------------------