File: BioAllen_old.hoc

package info (click to toggle)
bmtk 0.0%2Bgit20210109.8572664%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 74,876 kB
  • sloc: python: 24,853; javascript: 1,998; makefile: 34; sh: 16
file content (21 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
begintemplate BioAllenOld

public init
public soma, dend, apic, axon
public all, somatic, basal, apical, axonal
objref all, somatic, basal, apical, axonal

objref this

proc init() {localobj nl, import
	all = new SectionList()
	somatic = new SectionList()
	basal = new SectionList()
    apical = new SectionList()
	axonal = new SectionList()
	forall delete_section()
}

create soma[1], dend[1], apic[1], axon[1]

endtemplate BioAllenOld