Skip to content
Snippets Groups Projects
Commit f062e7c0 authored by James Willis's avatar James Willis
Browse files

Initialise space dimension.

parent b7cb6264
No related branches found
No related tags found
1 merge request!396Avx512 fixes
...@@ -451,6 +451,9 @@ int main(int argc, char *argv[]) { ...@@ -451,6 +451,9 @@ int main(int argc, char *argv[]) {
srand(seed); srand(seed);
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