Fix setPeriodic
This commit is contained in:
parent
c88f91ba80
commit
7a81120977
@ -150,7 +150,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
cout << "Building trees..." << endl;
|
||||
MyTree tree1(allCells_1, N1_points);
|
||||
tree1.setPeriodic(periodic != 0);
|
||||
tree1.setPeriodic(periodic != 0, boxsize);
|
||||
|
||||
cout << "Creating smoothing filter..." << endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user