Skip to content

Commit

Permalink
Fixing cagraIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Feb 5, 2024
1 parent 1d337e1 commit a91844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cuvs/neighbors/cagra_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ typedef struct {

} cuvsCagraIndex;

typedef cagraIndex* cuvsCagraIndex_t;
typedef cuvsCagraIndex* cuvsCagraIndex_t;

/**
* @brief Allocate CAGRA index
Expand Down

0 comments on commit a91844e

Please sign in to comment.