Skip to content

Commit 744e23e

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update abstractgraphvertex.jl
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 869594e commit 744e23e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vertices/abstractgraphvertex.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
abstract type AbstractGraphVertex{G <: AbstractGraph} end
2-
3-
struct LayerVertex{L} <: AbstractGraphVertex{G} end
2+
struct LayerVertex{L} <: AbstractGraphVertex{G} end

0 commit comments

Comments
 (0)