diff options
author | Thomas White <taw@physics.org> | 2012-08-07 18:20:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | ae3a6a04282ffaeaa010edbff1850a522d255054 (patch) | |
tree | bdcb330f18badcd56570fcd2b959302c19763c6c /src/check_hkl.c | |
parent | 38f4df68678bb4c6eb8cbb3b721db2e130643299 (diff) |
Move unit cell utility stuff to separate module
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r-- | src/check_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c index 1dfe91a0..84cfdccf 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -43,6 +43,7 @@ #include "symmetry.h" #include "reflist.h" #include "reflist-utils.h" +#include "cell-utils.h" /* Number of bins for plot of resolution shells */ |