diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-10-14 11:22:49 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-10-14 11:22:49 +0200 |
commit | bea1c6e44c2fcce080a1a91c0490f3eb5d01146d (patch) | |
tree | 676f95d9635dc092a78b60485375543aca7560ad /src/cell.h | |
parent | a3efcb98a5c165307cc28749e26bffc12ebbf245 (diff) |
Get the lattice parameters into relrod.c
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -52,4 +52,9 @@ extern void cell_set_cartesian(UnitCell *cell, extern void cell_set_parameters(UnitCell *cell, double a, double b, double c, double alpha, double beta, double gamma); +extern void cell_get_cartesian(UnitCell *cell, + double *ax, double *ay, double *az, + double *bx, double *by, double *bz, + double *cx, double *cy, double *cz); + #endif /* CELL_H */ |