aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-10-14 11:22:49 +0200
committerThomas White <taw@bitwiz.org.uk>2009-10-14 11:22:49 +0200
commitbea1c6e44c2fcce080a1a91c0490f3eb5d01146d (patch)
tree676f95d9635dc092a78b60485375543aca7560ad /src/cell.h
parenta3efcb98a5c165307cc28749e26bffc12ebbf245 (diff)
Get the lattice parameters into relrod.c
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index e99c88df..cd31aa66 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -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 */