#include "datastructures/BarnesHutTree.hpp" using namespace nbody;
int main(int argc, char* argv[]) {
BarnesHutTree tree;
//tree.build()
return 0; }