Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
1c63dd4f
Commit
1c63dd4f
authored
Feb 12, 2019
by
hbsun2113
Committed by
Minjie Wang
Feb 11, 2019
Browse files
[Doc] fix the comment error of edge_id in graph.h (#382)
parent
51293a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/dgl/graph.h
include/dgl/graph.h
+1
-1
No files found.
include/dgl/graph.h
View file @
1c63dd4f
...
@@ -386,7 +386,7 @@ class Graph: public GraphInterface {
...
@@ -386,7 +386,7 @@ class Graph: public GraphInterface {
struct
EdgeList
{
struct
EdgeList
{
/*! \brief successor vertex list */
/*! \brief successor vertex list */
std
::
vector
<
dgl_id_t
>
succ
;
std
::
vector
<
dgl_id_t
>
succ
;
/*! \brief
predecessor vertex
list */
/*! \brief
out edge
list */
std
::
vector
<
dgl_id_t
>
edge_id
;
std
::
vector
<
dgl_id_t
>
edge_id
;
};
};
typedef
std
::
vector
<
EdgeList
>
AdjacencyList
;
typedef
std
::
vector
<
EdgeList
>
AdjacencyList
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment