Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit b4e3f3c

Browse files
author
Jaquier Aurélien Tristan
committed
update jinja template to have getCell function
1 parent e05921d commit b4e3f3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bluepyopt/ephys/templates/cell_template.jinja2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ begintemplate {{template_name}}
4242
public all, somatic, apical, axonal, basal, myelinated, APC
4343
objref all, somatic, apical, axonal, basal, myelinated, APC
4444

45+
obfunc getCell(){
46+
return this
47+
}
48+
4549
proc init(/* args: morphology_dir, morphology_name */) {
4650
all = new SectionList()
4751
apical = new SectionList()

0 commit comments

Comments
 (0)