chiark
/
gitweb
/
~mdw
/
storin
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(matinv): Fix type error.
[storin]
/
matrix.c
diff --git
a/matrix.c
b/matrix.c
index c164275a44fc3041a768bbfc06191941f3aa7a2b..321d9b843a75429af1f849ca6640f25909502326 100644
(file)
--- a/
matrix.c
+++ b/
matrix.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: matrix.c,v 1.
2 2000/07/02 15:22:07
mdw Exp $
+ * $Id: matrix.c,v 1.
3 2000/08/05 11:27:56
mdw Exp $
*
* Matrix arithmetic mod %$2^{24}$%
*
*
* Matrix arithmetic mod %$2^{24}$%
*
@@
-49,6
+49,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: matrix.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: matrix.c,v $
+ * Revision 1.3 2000/08/05 11:27:56 mdw
+ * (matinv): Fix type error.
+ *
* Revision 1.2 2000/07/02 15:22:07 mdw
* Fix licence text. Change to matinv to mark inputs as constants.
*
* Revision 1.2 2000/07/02 15:22:07 mdw
* Fix licence text. Change to matinv to mark inputs as constants.
*
@@
-115,7
+118,7
@@
int matinv(uint24 *d, const uint24 *a, unsigned x, unsigned y)
{
unsigned i, j, k;
uint24 *aa;
{
unsigned i, j, k;
uint24 *aa;
- uint
32
*p, *q, *r, *s;
+ uint
24
*p, *q, *r, *s;
assert(x == y);
assert(x == y);