소스 검색

ice thinks removed

Bjoern Froehlich 12 년 전
부모
커밋
c7c54cddfa
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      classifier/vclassifier/VCNearestClassMean.h

+ 4 - 1
classifier/vclassifier/VCNearestClassMean.h

@@ -6,6 +6,8 @@
 
 */
 
+#ifdef NICE_USELIB_ICE
+
 #ifndef VCNEARESTCLASSMEANINCLUDE
 #define VCNEARESTCLASSMEANINCLUDE
 
@@ -52,4 +54,5 @@ class VCNearestClassMean : public VecClassifier
 
 } // namespace
 
-#endif
+#endif //VCNEARESTCLASSMEANINCLUDE
+#endif //NICE_USELIB_ICE