Skip to content
Snippets Groups Projects
Commit 8e585df2 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Make sure the testPair passes. Old bug.

parent 68a2fe79
No related branches found
No related tags found
1 merge request!400Bug fix in the test suite. Move the gravity leaf P-P interaction in the frame of the cells. Use a cache for the self P-P interaction.
...@@ -276,6 +276,9 @@ int main(int argc, char *argv[]) { ...@@ -276,6 +276,9 @@ int main(int argc, char *argv[]) {
} }
space.periodic = 0; space.periodic = 0;
space.dim[0] = 3.;
space.dim[1] = 3.;
space.dim[2] = 3.;
engine.s = &space; engine.s = &space;
engine.time = 0.1f; engine.time = 0.1f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment