Эх сурвалжийг харах

added preprocessor definition area for NICE_USELIB_MATIO definition

Johannes R 12 жил өмнө
parent
commit
a1d1c32b9f

+ 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