diff options
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 2 |
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; |