void
This commit is contained in:
@@ -48,7 +48,7 @@ include:
|
||||
|
||||
// internal Area xxx
|
||||
|
||||
$: INSTANTIATE [ container: EXCITATION, argument: COLLECTION [
|
||||
void: INSTANTIATE [ container: EXCITATION, argument: COLLECTION [
|
||||
pre: @NEU_001.@AXON-001._presynapse,
|
||||
post: @NEU_001.@D_BRANCH_001._postsynapse,
|
||||
astro: &ASTROCYTE._astrosynapse ] ]
|
||||
@@ -64,14 +64,14 @@ EXCITATION
|
||||
activity_scope: !NIGHT
|
||||
|
||||
// snippet: *Fixed
|
||||
@: INCLUDE [ contextor: ExcitationPossible, event: act 12x ]
|
||||
void: INCLUDE [ contextor: ExcitationPossible, event: act 12x ]
|
||||
|
||||
// snippet: *ActivateAstroPostPre
|
||||
@: INCLUDE [ binder: ExcitationBind, event: act 12x, cost: act 3x ]
|
||||
@: INCLUDE [ accumulator: ClearTraces, event: act 12x, cost: act 3x ]
|
||||
void: INCLUDE [ binder: ExcitationBind, event: act 12x, cost: act 3x ]
|
||||
void: INCLUDE [ accumulator: ClearTraces, event: act 12x, cost: act 3x ]
|
||||
|
||||
// snippet: *DeActivateAstroPost
|
||||
@: INCLUDE [ binder: ExcitationUnbind, event: act 12x, cost: act 3x ]
|
||||
void: INCLUDE [ binder: ExcitationUnbind, event: act 12x, cost: act 3x ]
|
||||
```
|
||||
|
||||
#### *Fixed
|
||||
|
||||
Reference in New Issue
Block a user