Directory Core/Grid/PatchBVH/

Total Files:
9
Deleted Files:
0
Lines of Code:
821

[root]/Core/Grid/PatchBVH

Lines of Code

Core/Grid/PatchBVH/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 18 (100.0%) 0.9
jas 16 (80.0%) 9 (50.0%) 0.5
ahumphrey 4 (20.0%) 9 (50.0%) 2.2

Most Recent Commits

ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

9 lines of code changed in 4 files:

  • Core/Grid/PatchBVH: PatchBVH.cc (+4 -4), PatchBVHNode.cc (+5 -5)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

9 lines of code changed in 16 files:

  • Core/Grid/PatchBVH: PatchBVH.cc (+1 -1), PatchBVH.h (+1 -1), PatchBVHBase.cc (+1 -1), PatchBVHBase.h (+1 -1), PatchBVHLeaf.cc (new), PatchBVHLeaf.h (new), PatchBVHNode.cc (+1 -1), PatchBVHNode.h (+1 -1), sub.mk (new)
Generated by StatSVN 0.7.0