Skip to content

Commit

Permalink
fixing method desc. function
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Apr 11, 2018
1 parent 80ec05b commit c5f4c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion similarity_search/include/method/blkmax_inverted_index.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BlockMaxInvIndex : public WandInvIndex<dist_t> {


const string StrDesc() const override {
return METH_WAND_INV_INDEX;
return METH_BLKMAX_INV_INDEX;
}

protected:
Expand Down

0 comments on commit c5f4c44

Please sign in to comment.