[trunk] Rework assertion to work on 32bits system
[openjpeg.git] / src / lib / openjp2 / invert.h
index 665a4d166b5a71297063e77db37e95b63b591d12..2193fc194a04b2f782655c8cd2a520f2e22f17dc 100644 (file)
@@ -48,7 +48,7 @@ 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 nb_compo);
 /* ----------------------------------------------------------------------- */