diff options
author | Thomas White <taw@physics.org> | 2019-03-09 11:38:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-11 16:49:37 +0100 |
commit | 555a0319ff558123aaabb8214190c53b621ffe95 (patch) | |
tree | edff53d6447635d01885fbb1cae52df1ce35982d /libcrystfel | |
parent | 252f4073f0041027b5e9e6773fe892ffe465ed23 (diff) |
Add a comment
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/rational.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/rational.c b/libcrystfel/src/rational.c index 5f17b0ea..20a73bc8 100644 --- a/libcrystfel/src/rational.c +++ b/libcrystfel/src/rational.c @@ -571,6 +571,7 @@ void rtnl_mtx_mtxmult(const RationalMatrix *A, const RationalMatrix *B, } +/* Calculate ans = m.vec, where 'ans' and 'vec' are column vectors */ void rtnl_mtx_mult(const RationalMatrix *m, const Rational *vec, Rational *ans) { int i, j; |