Skip to content

Commit

Permalink
rename composite blox
Browse files Browse the repository at this point in the history
  • Loading branch information
anandpathak31 committed Sep 19, 2024
1 parent 93f18fc commit 62fc902
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/blox/subcortical_blox.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all subcprtical blox used in cortico-striatal model in Pathak et al, 2023
"""
struct Striatum <: AbstractCompositeBlox
struct Striatum <: CompositeBlox
namespace
parts
odesystem
Expand Down Expand Up @@ -81,7 +81,7 @@ function get_matrisome(str::Striatum)
return str.parts[idx]
end

struct GPi <: AbstractCompositeBlox
struct GPi <: CompositeBlox
namespace
parts
odesystem
Expand Down Expand Up @@ -138,7 +138,7 @@ struct GPi <: AbstractCompositeBlox
end


struct GPe <: AbstractCompositeBlox
struct GPe <: CompositeBlox
namespace
parts
odesystem
Expand Down Expand Up @@ -196,7 +196,7 @@ struct GPe <: AbstractCompositeBlox
end


struct Thalamus <: AbstractCompositeBlox
struct Thalamus <: CompositeBlox
namespace
parts
odesystem
Expand Down Expand Up @@ -253,7 +253,7 @@ struct Thalamus <: AbstractCompositeBlox
end


struct STN <: AbstractCompositeBlox
struct STN <: CompositeBlox
namespace
parts
odesystem
Expand Down

0 comments on commit 62fc902

Please sign in to comment.