Selaa lähdekoodia

added preprocessor definition area for NICE_USELIB_MATIO definition

Johannes R 12 vuotta sitten
vanhempi
commit
a1d1c32b9f
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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