瀏覽代碼

added preprocessor definition area for NICE_USELIB_MATIO definition

Johannes R 12 年之前
父節點
當前提交
a1d1c32b9f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      core/matlabAccess/MatFileIO.cpp

+ 3 - 1
core/matlabAccess/MatFileIO.cpp

@@ -7,8 +7,9 @@
 
 #include "MatFileIO.h"
 
+#ifdef NICE_USELIB_MATIO
+
 namespace NICE {
-  
       //------------------------------------------------------
       // several constructors and destructors
       //------------------------------------------------------
@@ -656,3 +657,4 @@ namespace NICE {
       }
 }
 
+#endif