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

Make everything in the field tensor a float

parent e27d9aad
No related branches found
No related tags found
1 merge request!324Gravity multi dt
......@@ -43,7 +43,9 @@
struct grav_tensor {
double F_000;
/* 0th order terms */
float F_000;
#if SELF_GRAVITY_MULTIPOLE_ORDER > 0
/* 1st order terms */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment