From 5911a4b627e1c6676c5522a8ecd61a2a834f544e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 12 Sep 2012 17:57:38 +0200 Subject: More work on transformations --- libcrystfel/src/cell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/cell.h') 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 */ -- cgit v1.2.3