We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7564f35 commit dcf1cf1Copy full SHA for dcf1cf1
src/data_structures/APR/ExtraParticleData.hpp
@@ -39,7 +39,7 @@ class ExtraParticleData {
39
template<typename S>
40
void init_tree(const APRTree<S> &apr_tree){
41
//initialization when using with APRTree class
42
- data.resize(apr_tree.total_number_parent_cells(),0);
+ data.resize(apr_tree.total_number_parent_cells());
43
}
44
45
uint64_t total_number_particles() const {
0 commit comments