浏览代码

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;