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

Comparing ray/src/rt/rxcmain.cpp (file contents):
Revision 2.4 by greg, Wed Oct 30 17:26:13 2024 UTC vs.
Revision 2.5 by greg, Wed Oct 30 19:53:37 2024 UTC

# Line 495 | Line 495 | rxcontrib(const int rstart)
495                  time_t  tnow;
496                  if (!getRayBundle(odarr))
497                          goto readerr;
498 <                if (myRCmanager.ComputeRecord(odarr) < 0)
498 >                if (myRCmanager.ComputeRecord(odarr) <= 0)
499                          return;         // error reported, hopefully...
500                  r++;
501                  if (report_intvl <= 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines