1 2 3 4 5 6 7
#define dimension 3 #define GRIDNAME "Octree" #include "tree.h" void octree_methods() { tree_methods(); }