ソースを参照

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