From 62fc902b007ef28e29bd0f8cdcdc3288ba0c72d0 Mon Sep 17 00:00:00 2001 From: anandpathak31 Date: Wed, 18 Sep 2024 22:41:55 -0400 Subject: [PATCH] rename composite blox --- src/blox/subcortical_blox.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/blox/subcortical_blox.jl b/src/blox/subcortical_blox.jl index ec20df94..0ca88c85 100644 --- a/src/blox/subcortical_blox.jl +++ b/src/blox/subcortical_blox.jl @@ -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 @@ -81,7 +81,7 @@ function get_matrisome(str::Striatum) return str.parts[idx] end -struct GPi <: AbstractCompositeBlox +struct GPi <: CompositeBlox namespace parts odesystem @@ -138,7 +138,7 @@ struct GPi <: AbstractCompositeBlox end -struct GPe <: AbstractCompositeBlox +struct GPe <: CompositeBlox namespace parts odesystem @@ -196,7 +196,7 @@ struct GPe <: AbstractCompositeBlox end -struct Thalamus <: AbstractCompositeBlox +struct Thalamus <: CompositeBlox namespace parts odesystem @@ -253,7 +253,7 @@ struct Thalamus <: AbstractCompositeBlox end -struct STN <: AbstractCompositeBlox +struct STN <: CompositeBlox namespace parts odesystem