Newer
Older
#include "datastructures/BarnesHutTree.hpp"
int main(int argc, char* argv[]) {
if (argc == 1) {
tree.build(Tree::dubinskiParse(argv[1]));
} else {
std::cout << "You need to specify the body input file." << endl;
}