Skip to content

Commit f369715

Browse files
drbergmangdalle
andauthored
Update src/metagraph.jl
Co-authored-by: Guillaume Dalle <[email protected]>
1 parent 29fe0ff commit f369715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metagraph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ function label_for(meta_graph::MetaGraph, code::Integer)
249249
return meta_graph.vertex_labels[code]
250250
end
251251

252-
function transitiveclosure!(meta_graph::MetaGraph, selflooped=false)
252+
function Graphs.transitiveclosure!(meta_graph::MetaGraph, selflooped=false)
253253
throw(ArgumentError("transitiveclosure! not implemented for type MetaGraph"))
254254
end

0 commit comments

Comments
 (0)