diff options
author | Thomas White <taw@physics.org> | 2012-03-02 10:53:42 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-02 10:53:42 +0100 |
commit | c69e51f15e850430de46535a351b3a0172962af7 (patch) | |
tree | ee588aeb83488018840380ab8409f8251a3a1d5e /src | |
parent | f454fe20ccb3e1b93f88b93ab35cd8465140d900 (diff) |
Fussiness
Diffstat (limited to 'src')
-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; |