/* tcomp32:  Hodgkin-Huxley channel in cable membrane */



crit = 1e-8;
endexp = .02;
ploti= 1e-4;
timinc = 1e-5;

drm=10000;

tempcel=15;

conn 1 to 2 cable dia .8 length 100 vrev -.06
	 Na type 0 vrev .04 density 1e-2		/* */
	 K type 0 vrev -.08 density 3e-3;		/* */
	 /*Na type 0 vrev .04 maxcond 1e-9  density 1e-7;		/* */


stim node 2 vclamp -.03 start .005 dur .01;

plot V[1] max .04 min -.08;   /* */
plot V[2] max .04 min -.08;   /* */
plot I[2] max 5e-10 min -5e-10;   /* */

run;

