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.4 by greg, Fri Nov 1 23:05:01 2024 UTC vs.
Revision 2.5 by greg, Wed Nov 6 18:28:52 2024 UTC

# Line 317 | Line 317 | class RcontribSimulManager : protected RtraceSimulMana
317                                  }
318                                  /// Close octree, free data, return status
319          int                     Cleanup(bool everything = false) {
320 +                                        if (nkids < 0) return 0;        // skip 4 child
321                                          if (rowsDone.Length()) {
322                                                  SetThreadCount(1);
323                                                  cow_doneshare();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines