aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-09-12 17:57:38 +0200
committerThomas White <taw@physics.org>2012-10-02 15:02:12 +0200
commit5911a4b627e1c6676c5522a8ecd61a2a834f544e (patch)
tree42688436ac89c0f37b13d5bff97fb9e84b0a5e64 /libcrystfel/src/cell.h
parentbf986af745b88ddd0c1309c3af03d06165a6c95f (diff)
More work on transformations
Diffstat (limited to 'libcrystfel/src/cell.h')
-rw-r--r--libcrystfel/src/cell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index ac1bd555..c7b8f8d6 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -146,5 +146,6 @@ extern void tfn_combine(UnitCellTransformation *t,
extern void tfn_print(UnitCellTransformation *t);
extern UnitCellTransformation *tfn_inverse(UnitCellTransformation *t);
extern double *tfn_vector(double a, double b, double c);
+extern void tfn_free(UnitCellTransformation *t);
#endif /* CELL_H */