瀏覽代碼

rm mex stuff

Former-commit-id: 2c2a82cffc52232d46ba9c1f85bcdf929846051b
Alec Jacobson 7 年之前
父節點
當前提交
d582b14e95
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      include/igl/copyleft/cgal/intersect_other.h

+ 0 - 7
include/igl/copyleft/cgal/intersect_other.h

@@ -12,13 +12,6 @@
 
 #include <Eigen/Dense>
 
-#ifdef MEX
-#  include <mex.h>
-#  include <cassert>
-#  undef assert
-#  define assert( isOK ) ( (isOK) ? (void)0 : (void) mexErrMsgTxt(C_STR(__FILE__<<":"<<__LINE__<<": failed assertion `"<<#isOK<<"'"<<std::endl) ) )
-#endif
-
 namespace igl
 {
   namespace copyleft