getNumPtcls() and getCapacity() already have equivalents inherited from particle_structure.
getOffsets() and getPtcl_data() expose private member variables.
I'm aware that getPtcl_data() is currently being called in test_csr.cpp, but I'm not sure where else these functions are called from.
I noticed that CSR has the following 4 functions implemented, and I don't think they should exist:
getNumPtcls()
andgetCapacity()
already have equivalents inherited fromparticle_structure
.getOffsets()
andgetPtcl_data()
expose private member variables.I'm aware that
getPtcl_data()
is currently being called intest_csr.cpp
, but I'm not sure where else these functions are called from.