Fix setPeriodic

This commit is contained in:
Guilhem Lavaux 2023-12-06 18:40:06 +01:00
parent c88f91ba80
commit 7a81120977

View File

@ -150,7 +150,7 @@ int main(int argc, char **argv) {
cout << "Building trees..." << endl; cout << "Building trees..." << endl;
MyTree tree1(allCells_1, N1_points); MyTree tree1(allCells_1, N1_points);
tree1.setPeriodic(periodic != 0); tree1.setPeriodic(periodic != 0, boxsize);
cout << "Creating smoothing filter..." << endl; cout << "Creating smoothing filter..." << endl;