]> git.donarmstrong.com Git - mothur.git/commit
fixed bug with cluster class. when we added the change for average neighbor to update...
authorwestcott <westcott>
Wed, 23 Jun 2010 19:41:53 +0000 (19:41 +0000)
committerwestcott <westcott>
Wed, 23 Jun 2010 19:41:53 +0000 (19:41 +0000)
commit6e8fce385a566f51350274309503d7405e5b9f35
tree7012c38c61491a36590234e89b5ce2f48822a070
parent3102812d94898439646131cecdb64fc542913c87
fixed bug with cluster class. when we added the change for average neighbor to update the cutoff, we did not also pass the cutoff to single linkage. so because of inheritance cluster its instead of the update in singlelinkage.
cluster.cpp
cluster.hpp
singlelinkage.cpp