neurenv/run.hoc
2026-07-11 18:20:01 -04:00

13 lines
191 B
Plaintext

begintemplate Location2
public secRef, loc
objref secRef
proc init() {
secRef = new SectionRef()
loc = $1
}
endtemplate Location2
setstim(DEL, DUR, SCA)
detectFire("run.out")
quit()