mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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
|
||||
/*
|
||||
* returns 1 if the square matrix is identiy
|
||||
@@ -399,7 +400,7 @@ is_identity(gf *m, int k)
|
||||
return 1 ;
|
||||
}
|
||||
#endif /* debug */
|
||||
|
||||
#endif
|
||||
/*
|
||||
* invert_mat() takes a matrix and produces its inverse
|
||||
* k is the size of the matrix.
|
||||
|
Reference in New Issue
Block a user