1 --- a/matlib/mat.hh 2003-01-06 23:47:26.000000000 +0100
2 +++ b/matlib/mat.copy.hh 2021-01-06 10:05:34.332415179 +0100
4 memcpy(c, r, d1 * d3 * sizeof(c[0]));
7 -template<typename T> void mdet(const T *c, unsigned int d)
8 +template<typename T> int mdet(const T *c, unsigned int d)
11 unsigned int i, j, k, l;