Joel Jonsson

Results 2 comments of Joel Jonsson

Basically we just need to make [APR::initialize_apr_tree](https://github.com/AdaptiveParticles/LibAPR/blob/dd08691284a6e23e33bbdb65fabb4c73cf032369/src/data_structures/APR/APR.hpp#L346) initialize the linear tree access instead of the random one. So we need to implement a method `LinearAccess::initialize_tree_access(std::vector&)`

I like the idea of using actions, as it allows us to keep the code as it is, with examples in cpp files