aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integer_matrix.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-03-13 15:41:55 +0100
committerThomas White <taw@physics.org>2019-03-13 15:41:55 +0100
commite2640716fb422a9de8b1611a464ec6bfe28dfe6f (patch)
treedd922e827a7c906445037c1bf9fa6955a0641d15 /libcrystfel/src/integer_matrix.h
parent74fe33b767d9c94b5c22e274a7518937e8a7adf4 (diff)
Remove intmat_solve_rational
Not used anywhere
Diffstat (limited to 'libcrystfel/src/integer_matrix.h')
-rw-r--r--libcrystfel/src/integer_matrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/integer_matrix.h b/libcrystfel/src/integer_matrix.h
index 9a2e4ce2..6fb3e399 100644
--- a/libcrystfel/src/integer_matrix.h
+++ b/libcrystfel/src/integer_matrix.h
@@ -77,9 +77,6 @@ extern signed int *transform_indices(const IntegerMatrix *P, const signed int *h
extern IntegerMatrix *intmat_intmat_mult(const IntegerMatrix *a,
const IntegerMatrix *b);
-extern int intmat_solve_rational(const IntegerMatrix *m, const Rational *vec,
- Rational *ans);
-
/* Inverse */
extern IntegerMatrix *intmat_inverse(const IntegerMatrix *m);