Skip to content

Commit 25b3b52

Browse files
InterdisciplinaryPhysicsTeampitmonticoneClaudMor
committed
Update interlayer.jl
Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com>
1 parent 62a3235 commit 25b3b52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/subgraphs/interlayer.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ An abstract type representing a generic Interlayer.
1515
abstract type AbstractInterlayer{T,U,G} <: AbstractSubGraph{T,U,G} end
1616

1717
"""
18-
Interlayer{T<:Integer,U<:Real,G<:AbstractGraph{T}} <:
19-
AbstractInterlayer{T,U,G}
18+
Interlayer{T<:Integer,U<:Real,G<:AbstractGraph{T}} <: AbstractInterlayer{T,U,G}
2019
2120
Represents an interlayer in a `Multilayer(Di)Graph`.
2221
"""

0 commit comments

Comments
 (0)