aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/rational.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-18 16:56:52 +0100
committerThomas White <taw@physics.org>2019-03-11 16:49:37 +0100
commita2f4977e0f8bd9becd50ab5a2ef903038273133c (patch)
treee754341a53aa89f821a5fc6a39bc6d34fb2a3806 /libcrystfel/src/rational.h
parent169e7c5677ffc9c296c0a7eeddb0b77e024a4a55 (diff)
Implement parse_symmetry_operations
Diffstat (limited to 'libcrystfel/src/rational.h')
-rw-r--r--libcrystfel/src/rational.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/rational.h b/libcrystfel/src/rational.h
index e2d3e5bf..925f9be1 100644
--- a/libcrystfel/src/rational.h
+++ b/libcrystfel/src/rational.h
@@ -82,6 +82,7 @@ extern RationalMatrix *rtnl_mtx_copy(const RationalMatrix *m);
extern Rational rtnl_mtx_get(const RationalMatrix *m, int i, int j);
extern void rtnl_mtx_set(const RationalMatrix *m, int i, int j, Rational v);
extern RationalMatrix *rtnl_mtx_from_intmat(const IntegerMatrix *m);
+extern IntegerMatrix *intmat_from_rtnl_mtx(const RationalMatrix *m);
extern void rtnl_mtx_free(RationalMatrix *mtx);
extern void rtnl_mtx_mult(const RationalMatrix *m, const Rational *vec,
Rational *ans);