diff options
author | Thomas White <taw@physics.org> | 2012-08-31 16:20:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | 4b3ffa51ec169406185a76016a29833bc9637264 (patch) | |
tree | bf40ef935ec0dda9da90e2f72e52413b56023af6 /libcrystfel/src/cell-utils.h | |
parent | 60ec4009e4bc28ab9ed772ee6fcd8c80c533dccd (diff) |
WIP on cell transformations
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r-- | libcrystfel/src/cell-utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index b2cb7b67..8acf2f85 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -55,10 +55,12 @@ extern int cell_is_sensible(UnitCell *cell); extern void validate_cell(UnitCell *cell); -extern UnitCell *uncenter_cell(UnitCell *in); +extern UnitCell *uncenter_cell(UnitCell *in, UnitCellTransformation **tr); extern int bravais_lattice(UnitCell *cell); extern int right_handed(UnitCell *cell); +extern const char *str_lattice(LatticeType l); + #endif /* CELL_UTILS_H */ |