aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-05 17:35:59 +0100
committerThomas White <taw@physics.org>2010-01-05 17:36:49 +0100
commit8a89c359ebb241d36db89acf188d130691663e51 (patch)
treed6ca62bddfc57eced23e342ce49ebaa1c9f46066 /src/cell.h
parent9a0a1c228355e0efb7f423529c11bc162b7cbafd (diff)
Introduce process_images
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index 4f96d870..ba10d638 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -60,6 +60,13 @@ extern void cell_get_cartesian(UnitCell *cell,
double *bx, double *by, double *bz,
double *cx, double *cy, double *cz);
+extern void cell_set_cartesian_x(UnitCell *cell,
+ double ax, double bx, double cx);
+extern void cell_set_cartesian_y(UnitCell *cell,
+ double ay, double by, double cy);
+extern void cell_set_cartesian_z(UnitCell *cell,
+ double az, double bz, double cz);
+
extern void cell_get_reciprocal(UnitCell *cell,
double *asx, double *asy, double *asz,
double *bsx, double *bsy, double *bsz,