diff options
author | Thomas White <taw@physics.org> | 2011-07-08 11:49:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | df8544cf899ed9d07567469843158c18d4fb6608 (patch) | |
tree | 1fe4ccf597b201dc6b05c29d628ad393c10b7bbe /src/partial_sim.c | |
parent | aa204284927a93af8da554ddf534cca6f3c79b44 (diff) |
Formatting
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 4 |
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); |