Fixed an incommensurate problem

No duplicate reflections are created with propagation vectors containing .5
This commit is contained in:
2014-08-27 16:26:44 +02:00
parent 8f704ebab9
commit c3fe7555db
3 changed files with 47 additions and 16 deletions

View File

@ -57,4 +57,6 @@ int GetRefFlag(pSICSOBJ refl, int idx);
char *GetRefName(pSICSOBJ refl, int idx);
const char *FindHKL(pSICSOBJ self, double h, double k, double l);
#endif /*REFLIST_H_ */