Missing variable in Imp1
Posted: Thu Jan 04, 2007 7:13 am
Hi,
while using the "Imp1" wrapper class defined in share/lib/hoc/impedanc.hoc, I found that extended was used in Imp1.compute() without having been declared. Adding it to the public member list and initializing it to 0 in init() made the class work fine. Did I make a mistake while using the class or is extended missing in the public members' list?
Christoph
while using the "Imp1" wrapper class defined in share/lib/hoc/impedanc.hoc, I found that extended was used in Imp1.compute() without having been declared. Adding it to the public member list and initializing it to 0 in init() made the class work fine. Did I make a mistake while using the class or is extended missing in the public members' list?
Christoph