"notebooks/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "d18d255f5523ef91000bfafdeba0594d47ceb469"
Commit 40e45d99 authored by Davis King's avatar Davis King
Browse files

Fixed typo in spec

parent db5e7850
...@@ -89,7 +89,7 @@ namespace dlib ...@@ -89,7 +89,7 @@ namespace dlib
- This function is basically the inverse of get_neighbor(). - This function is basically the inverse of get_neighbor().
- returns a number IDX such that: - returns a number IDX such that:
- get_neighbor(idx1,IDX) == idx2 - get_neighbor(idx1,IDX) == idx2
- IDX < number_of_neighbors(node_idx1) - IDX < number_of_neighbors(idx1)
!*/ !*/
void set_label ( void set_label (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment