00001 /* $Header$ */ 00002 /* 00003 $Log$ 00004 Revision 1.1 2003/02/11 18:36:09 hines 00005 Initial revision 00006 00007 Revision 1.1.1.1 2003/01/01 17:46:34 hines 00008 NEURON -- Version 5.4 2002/12/23 from prospero as of 1-1-2003 00009 00010 Revision 1.1.1.1 2002/06/26 16:23:07 hines 00011 NEURON 5.3 2002/06/04 00012 00013 * Revision 1.1.1.1 2001/01/01 20:30:35 hines 00014 * preparation for general sparse matrix 00015 * 00016 * Revision 1.1.1.1 2000/03/09 13:55:34 hines 00017 * almost working 00018 * 00019 * Revision 1.2 1994/10/26 17:24:59 hines 00020 * access name changed to an explicit hoc_access and taken out of redef.h 00021 * 00022 * Revision 1.1.1.1 1994/10/12 17:22:02 hines 00023 * NEURON 3.0 distribution 00024 * 00025 * Revision 1.1 91/10/11 11:12:26 hines 00026 * Initial revision 00027 * 00028 * Revision 3.28 89/09/29 16:02:46 mlh 00029 * need to use -1 as falg for unsigned variable 00030 * 00031 * Revision 2.0 89/07/07 11:30:34 mlh 00032 * Preparation for newcable 00033 * 00034 * Revision 1.1 89/07/07 11:15:45 mlh 00035 * Initial revision 00036 * 00037 */ 00038 00039 extern int do_equation; /* switch for determining access to dep vars */ 00040 extern int *hoc_access; /* links to next accessed variables */ 00041 extern int var_access; /* variable number as pointer into access array */ 00042 extern int araypt(); 00043 extern int eqn_name(), eqn_init(), eqn_lhs(), eqn_rhs(), dep_make();