# | Line 279 | Line 279 | class RcontribSimulManager : protected RtraceSimulMana | |
---|---|---|
279 | int PrepOutput(); | |
280 | /// Are we ready to compute some records? | |
281 | bool Ready() const { | |
282 | < | return rowsDone.Length(); |
282 | > | return (rowsDone.Length() > 0) & (accum > 0); |
283 | } | |
284 | /// Set number of computation threads (0 => #cores) | |
285 | int SetThreadCount(int nt = 0); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |