This commit is contained in:
2026-06-25 11:30:04 +02:00
parent 605ecb83a2
commit 95b1d9bab0
3 changed files with 39 additions and 22 deletions
+5 -5
View File
@@ -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