Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 5, 2024
1 parent bad564b commit 2b165d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api_c/include/c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern void DP_NlistSetMask(DP_Nlist* nl, int mask);
* @since API version 24
*
**/
extern void DP_NlistSetMask(DP_Nlist* nl, int* mapping);
extern void DP_NlistSetMapping(DP_Nlist* nl, int* mapping);

/**
* @brief Delete a neighbor list.
Expand Down

0 comments on commit 2b165d7

Please sign in to comment.