]> AND Private Git Repository - these_gilles.git/blob - THESE/codes/graphe/GCmex1.9/bagon_assert.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
20 déc
[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_