aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-02 10:53:42 +0100
committerThomas White <taw@physics.org>2012-03-02 10:53:42 +0100
commitc69e51f15e850430de46535a351b3a0172962af7 (patch)
treeee588aeb83488018840380ab8409f8251a3a1d5e
parentf454fe20ccb3e1b93f88b93ab35cd8465140d900 (diff)
Fussiness
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index ceab672f..64d3bf4e 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -113,7 +113,7 @@ static double max_value(RefList *list, int wght, const SymOpList *sym)
special_position(sym, m, h, k, l);
n = num_equivs(sym, m);
- switch ( wght) {
+ switch ( wght ) {
case WGHT_I :
val = get_intensity(refl);
break;