I see some [changes](https://github.com/0joshuaolson1/openvdb/commit/fc85207eb00b18fb98a787586366040c97f10169) that might be good for OpenVDB in general, although the codebase [is](https://github.com/dreamworksanimation/openvdb/search?utf8=%E2%9C%93&q=1ULL&type=Code) [usually](https://github.com/dreamworksanimation/openvdb/search?utf8=%E2%9C%93&q=0ULL&type=Code) [consistent](https://github.com/dreamworksanimation/openvdb/search?utf8=%E2%9C%93&q=size_t&type=Code) ([with](https://github.com/dreamworksanimation/openvdb/search?utf8=%E2%9C%93&q=2UL&type=Code) [some](https://github.com/dreamworksanimation/openvdb/search?utf8=%E2%9C%93&q=1UL&type=Code) [exceptions](https://github.com/dreamworksanimation/openvdb/search?utf8=%E2%9C%93&q=0UL&type=Code)) about using `*_t` types and `size_t` as per code [guidelines](http://www.openvdb.org/documentation/doxygen/codingStyle.html#sPrimitiveTypes).