Skip to content

Commit 2452b53

Browse files
authored
add selflooped opt arg
1 parent b2b0ffc commit 2452b53

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)
252+
function transitiveclosure!(meta_graph::MetaGraph, selflooped=false)
253253
throw(ArgumentError("transitiveclosure! not implemented for type MetaGraph"))
254254
end

0 commit comments

Comments
 (0)