Skip to content

Commit

Permalink
rename abstract composite blox
Browse files Browse the repository at this point in the history
  • Loading branch information
anandpathak31 committed Sep 18, 2024
1 parent ee3a3ee commit 486e120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neuroblox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ abstract type Merger end
# subtypes of Blox define categories of Blox that are displayed in separate sections of the GUI
abstract type AbstractNeuronBlox <: AbstractBlox end
abstract type NeuralMassBlox <: AbstractBlox end
abstract type AbstractCompositeBlox <: AbstractBlox end
abstract type CompositeBlox <: AbstractBlox end
abstract type StimulusBlox <: AbstractBlox end
abstract type ObserverBlox end # not AbstractBlox since it should not show up in the GUI
abstract type AbstractReceptorBlox end # not shown in the GUI
Expand Down

0 comments on commit 486e120

Please sign in to comment.