Search found 1 match
- Tue Feb 07, 2006 2:49 am
- Forum: Modeling networks
- Topic: Do anyone know if my gap junction model is OK?
- Replies: 1
- Views: 5313
Do anyone know if my gap junction model is OK?
In hoc file I create two hh cells with length 1000um, diameter 10um, and coonect them by gap junction objref gap_l, gap_r gap_r = new Gap() gap_l = new Gap() RLG.axon2 gap_r.loc(0.999) LLG.axon2 gap_l.loc(0.999) setpointer gap_r.vnb , LLG.axon2.v(0.999) setpointer gap_l.vnb , RLG.axon2.v(0.999) and ...