mexErrMsgTxt.h 176 B

123456
  1. #include "../igl_inline.h"
  2. namespace igl
  3. {
  4. // Wrapper for mexErrMsgTxt that only calls error if test fails
  5. IGL_INLINE void mexErrMsgTxt(bool test, const char * message);
  6. }