aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-08-13 17:35:23 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:55 +0100
commit320875aea5bce5d1896a79083d9021ddbbfa9919 (patch)
tree6799576e9e0236bbb545c267b3c1c7335d0b1f60 /src/cell.h
parent5baa5111851f9fcb355312b0615a7543bcfeaa37 (diff)
facetron: Add pre-refinement
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index 113e6512..42ef2eb6 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -62,6 +62,10 @@ extern int cell_get_reciprocal(UnitCell *cell,
double *bsx, double *bsy, double *bsz,
double *csx, double *csy, double *csz);
+extern void cell_set_reciprocal(UnitCell *cell,
+ double asx, double asy, double asz,
+ 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);