aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partial_sim.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c
index 8399b4d1..f2d47fa9 100644
--- a/src/partial_sim.c
+++ b/src/partial_sim.c
@@ -75,9 +75,7 @@ static void calculate_partials(RefList *partial, double osf,
signed int h, k, l;
Reflection *rfull;
- double p;
- double Ip;
- double If;
+ double p, Ip, If;
get_indices(refl, &h, &k, &l);
get_asymm(h, k, l, &h, &k, &l, sym);