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.8 by greg, Tue Dec 3 17:39:42 2024 UTC vs.
Revision 2.9 by greg, Tue Dec 24 20:57:13 2024 UTC

# Line 323 | Line 323 | class RcontribSimulManager : protected RtraceSimulMana
323          void                    ClearModifiers() {
324                                          if (rowsDone.Length()) {
325                                                  SetThreadCount(1);
326                                                cow_doneshare();
326                                                  rowsDone.NewBitMap(0);
327                                          }
328                                          lu_done(&modLUT);
# Line 333 | Line 332 | class RcontribSimulManager : protected RtraceSimulMana
332                                  /// Close octree, free data, return status
333          int                     Cleanup(bool everything = false) {
334                                          ClearModifiers();
335 +                                        cow_doneshare();
336                                          return RtraceSimulManager::Cleanup(everything);
337                                  }
338   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines