Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
7 dec
[these_gilles.git] / THESE / codes / graphe / GCmex1.9 / bagon_assert.h
1 #ifndef _BAGON_ASSERT_H_
2 #define _BAGON_ASSERT_H_
3
4 #include "mex.h"
5
6 #define assert(x) if (!(x)) { mexErrMsgTxt(#x);}
7
8 #define warn(x) {mexWarnMsgTxt((x));}
9
10 #endif // _BAGON_ASSERT_H_