diff options
author | Thomas White <taw@physics.org> | 2011-09-23 15:03:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:37 +0100 |
commit | e510238f124bdb3bc394058e4389ca0a828e99c2 (patch) | |
tree | 08258d6754abf52ddd4fd6b77bd01506fb5d8192 | |
parent | b2c1a9886a847b6880f19c923dfe14b4d13a563a (diff) |
Formatting
-rw-r--r-- | src/partial_sim.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 86ad5536..5cf17e55 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -74,8 +74,8 @@ static void calculate_partials(RefList *partial, double osf, for ( refl = first_refl(partial, &iter); refl != NULL; - refl = next_refl(refl, iter) ) { - + refl = next_refl(refl, iter) ) + { signed int h, k, l; Reflection *rfull; double p, Ip, If; @@ -120,7 +120,6 @@ static void calculate_partials(RefList *partial, double osf, set_int(refl, Ip); set_esd_intensity(refl, 100.0); - } } |