소스 검색

minor change for adapting to new GenericClusterAlgorithmSelection

Alexander Freytag 11 년 전
부모
커밋
954c55b59c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      progs/evaluateCompleteBoWPipeline.cpp

+ 1 - 1
progs/evaluateCompleteBoWPipeline.cpp

@@ -151,7 +151,7 @@ int main( int argc, char **argv )
   
   std::cerr << "CODEBOOK CREATION" << std::endl;
   
-  OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgo ( conf );
+  OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgorithm ( conf );
    
   NICE::VVector prototypes;