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

Comparing ray/src/rt/RtraceSimulManager.cpp (file contents):
Revision 2.24 by greg, Wed Nov 20 17:46:25 2024 UTC vs.
Revision 2.25 by greg, Tue Oct 21 16:12:05 2025 UTC

# Line 303 | Line 303 | RtraceSimulManager::UpdateMode()
303                  ourRTsimMan = NULL;
304          } else if (ourRTsimMan != this) {
305                  if (ourRTsimMan)
306 <                        error(WARNING, "Competing top-level simulation managers?");
306 >                        error(WARNING, "competing top-level simulation managers?");
307                  ourRTsimMan = this;
308          }
309          return true;
# Line 363 | Line 363 | RtraceSimulManager::EnqueueBundle(const FVECT orig_dir
363                  return -1;
364  
365          if (rID0 && curFlags&RTdoFIFO)
366 <                error(INTERNAL, "Ray number assignment unsupported with FIFO");
366 >                error(INTERNAL, "ray number assignment unsupported with FIFO");
367  
368          while (n-- > 0) {               // queue each ray
369                  VCOPY(res.rorg, orig_direc[0]);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)