Search found 1 match

by peterahl
Fri Sep 25, 2015 6:13 am
Forum: Other questions
Topic: proc with new Vector and arrays as argument in hoc
Replies: 1
Views: 4056

proc with new Vector and arrays as argument in hoc

Hi! I have a model of a neuron, and I'm writing code to diffrent test on this model. To make my code more compact, I'm creating a library of functions that i load in the en the experiment hoc file. load_file("hocsrc/record-APs.hoc") objectvar fiber fiber = new fiberTemplate() nSeg = fiber....