diff options
author | Thomas White <taw@physics.org> | 2009-11-24 18:31:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-24 18:31:48 +0100 |
commit | 2fdca1853b945192db7e82a3396c70573ed4a677 (patch) | |
tree | ed4ecc945f867cdb8e849dd37bf640a15eb922be /src/cell.h | |
parent | 6062423d9a94433a228ae822fe2017e4ee103a21 (diff) |
Tidy up, fix things
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,4 +62,7 @@ extern void cell_get_reciprocal(UnitCell *cell, double *bsx, double *bsy, double *bsz, double *csx, double *csy, double *csz); +extern double resolution(UnitCell *cell, + signed int h, signed int k, signed int l); + #endif /* CELL_H */ |