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

Comparing ray/src/rt/RtraceSimulManager.cpp (file contents):
Revision 2.10 by greg, Tue Jul 2 23:54:16 2024 UTC vs.
Revision 2.11 by greg, Mon Jul 8 23:46:04 2024 UTC

# Line 99 | Line 99 | int
99   RadSimulManager::Cleanup(bool everything)
100   {
101          if (!ray_pnprocs)
102                ray_pdone(everything);
103        else
102                  ray_done(everything);
103 +        else
104 +                ray_pdone(everything);
105          return 0;
106   }
107  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines