Skip to content

Commit 89ff016

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update interlayer.jl
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent cd46ead commit 89ff016

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/subgraphs/interlayer.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ end
108108
default_edge_metadata::Function = (x,y) -> NamedTuple(),
109109
transfer_vertex_metadata::Bool = false,
110110
name::Symbol
111-
112111
) where {T<:Integer, U <: Real, G<:AbstractGraph{T}}
113112
114113
Constructor for Interlayer.
@@ -158,7 +157,6 @@ end
158157
default_edge_metadata::Function = (x,y) -> NamedTuple(),
159158
transfer_vertex_metadata::Bool = false,
160159
name::Symbol
161-
162160
) where {L1, L2, T<:Integer, U <: Real, G<:AbstractGraph{T}}
163161
164162
Internal constructor for `Interlayer`.
@@ -184,7 +182,6 @@ function _Interlayer(
184182
)
185183
end
186184

187-
188185
"""
189186
Interlayer(
190187
layer_1::Layer{T,U},
@@ -195,8 +192,7 @@ end
195192
default_edge_metadata::Function = (x,y) -> NamedTuple(),
196193
name::Symbol,
197194
transfer_vertex_metadata::Bool = false
198-
199-
) where {T<:Integer, U <: Union{Nothing, <: Real}, G<:AbstractGraph{T}}
195+
) where {T<:Integer, U <: Union{Nothing, <: Real}, G<:AbstractGraph{T}}
200196
201197
Return a random `Interlayer`.
202198

0 commit comments

Comments
 (0)