[trunk] Add debug info to track issue 80
[openjpeg.git] / src / lib / openjp2 / invert.h
index c943ae30c0f9aca31b449e1f8d7a0576a0c38ab6..2193fc194a04b2f782655c8cd2a520f2e22f17dc 100644 (file)
@@ -48,9 +48,9 @@ The function in INVERT.H compute a matrix inversion with a LUP method
  * @param n size of the matrix
  * @return OPJ_TRUE if the inversion is successful, OPJ_FALSE if the matrix is singular.
  */
-opj_bool opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix,
+OPJ_BOOL opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix,
                                 OPJ_FLOAT32 * pDestMatrix, 
-                                OPJ_UINT32 n);
+                                OPJ_UINT32 nb_compo);
 /* ----------------------------------------------------------------------- */
 /*@}*/