Explorar o código

added preprocessor definition area for NICE_USELIB_MATIO definition

Johannes R %!s(int64=12) %!d(string=hai) anos
pai
achega
a1d1c32b9f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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