Skip to content

Commit 249fab1

Browse files
InterdisciplinaryPhysicsTeampitmonticoneClaudMor
committed
Update
Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com>
1 parent e17c186 commit 249fab1

File tree

3 files changed

+165
-130
lines changed

3 files changed

+165
-130
lines changed

src/MultilayerGraphs.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ export
7474
# layer.jl
7575
AbstractLayer,
7676
Layer,
77-
simple_layer,
78-
simple_dilayer,
79-
simple_weighted_layer,
80-
simple_weighted_dilayer,
81-
metadigraph_layer,
77+
layer_simplegraph,
78+
layer_simpledigraph,
79+
layer_simpleweightedgraph,
80+
layer_simpleweighteddigraph,
81+
layer_metadigraph,
8282
layer_valgraph,
8383
layer_valoutdigraph,
8484
layer_valdigraph,
85-
meta_layer,
85+
layer_metagraph,
8686
has_node,
8787
add_vertex!,
8888
rem_vertex!,

0 commit comments

Comments
 (0)