mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
libfec.cpp: -fix compil with DEBUG
This commit is contained in:
@@ -379,7 +379,8 @@ matmul(gf *a, gf *b, gf *c, int n, int k, int m)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
|
//unused
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
/*
|
/*
|
||||||
* returns 1 if the square matrix is identiy
|
* returns 1 if the square matrix is identiy
|
||||||
@@ -399,7 +400,7 @@ is_identity(gf *m, int k)
|
|||||||
return 1 ;
|
return 1 ;
|
||||||
}
|
}
|
||||||
#endif /* debug */
|
#endif /* debug */
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* invert_mat() takes a matrix and produces its inverse
|
* invert_mat() takes a matrix and produces its inverse
|
||||||
* k is the size of the matrix.
|
* k is the size of the matrix.
|
||||||
|
Reference in New Issue
Block a user