ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/RcontribSimulManager.h
(Generate patch)

Comparing ray/src/rt/RcontribSimulManager.h (file contents):
Revision 2.3 by greg, Wed Oct 30 01:38:21 2024 UTC vs.
Revision 2.4 by greg, Fri Nov 1 23:05:01 2024 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines