NEURON
version.cpp
Go to the documentation of this file.
1 #include <../../nmodlconf.h>
2 /* /local/src/master/nrn/src/modlunit/version.c,v 1.1.1.1 1994/10/12 17:22:51 hines Exp */
3 
4 char* RCS_version = "1.1.1.1";
5 char* RCS_date = "1994/10/12 17:22:51";
6 
7 /* version.c,v
8  * Revision 1.1.1.1 1994/10/12 17:22:51 hines
9  * NEURON 3.0 distribution
10  *
11  * Revision 1.53 1994/09/26 18:51:06 hines
12  * USEION ... VALENCE real
13  *
14  * Revision 1.52 1994/09/20 14:43:18 hines
15  * port to dec alpha
16  *
17  * Revision 1.51 1994/08/23 15:43:48 hines
18  * if no independent block then t (ms) declared for neuron
19  *
20  * Revision 1.50 1994/08/18 12:09:42 hines
21  * check units of CONSERVE stmt
22  *
23  * Revision 1.49 1994/08/05 13:59:11 hines
24  * NullParameter replaces null arg in Imakefile
25  *
26  * Revision 1.48 1994/07/30 17:12:53 hines
27  * standard check for BISON
28  *
29  * Revision 1.47 1994/06/01 17:31:39 hines
30  * look for gnu version of units.lib in $NEURONHOME/lib/nrnunits.lib
31  *
32  * Revision 1.46 1994/05/23 17:56:02 hines
33  * error in handling MODL_INCLUDE when no file exists
34  *
35  * Revision 1.45 1994/05/18 18:08:13 hines
36  * INCLUDE "file"
37  * tries originalpath/file ./file MODL_INCLUDEpaths/file
38  *
39  * Revision 1.44 1994/03/17 15:21:11 hines
40  * ? token same as comment : token
41  *
42  * Revision 1.43 1993/11/04 15:52:23 hines
43  * port to solaris2 (no more warnings)
44  *
45  * Revision 1.42 1993/07/08 14:36:58 hines
46  * An alternative to NONSPECIFIC_CURRENT is ELECTRODE_CURRENT
47  *
48  * Revision 1.41 93/02/15 08:58:51 hines
49  * linux
50  *
51  * Revision 1.40 93/02/11 17:00:10 hines
52  * now works on NeXT
53  *
54  * Revision 1.39 93/02/01 15:15:52 hines
55  * static functions should be declared before use
56  *
57  * Revision 1.38 92/11/16 14:15:16 hines
58  * small error in Imakefila
59  *
60  * Revision 1.37 92/10/24 11:31:35 hines
61  * when no units table , say what to do.
62  *
63  * Revision 1.36 92/06/01 13:25:52 hines
64  * NEURON {EXTERNAL name, name, ...} allowed
65  *
66  * Revision 1.35 92/05/05 08:30:07 hines
67  * need to link with math library (at least for RS6000)
68  *
69  * Revision 1.34 92/03/09 17:24:18 hines
70  * internal error in handling stoichiometry units. fixed.
71  *
72  * Revision 1.33 92/02/17 12:31:02 hines
73  * constant states with a compartment size didn't have space allocated
74  * to store the compartment size.
75  *
76  * Revision 1.32 92/02/15 21:20:23 hines
77  * if translated by bison use -DBISON=1
78  * NEURON { POINTER ...} allowed
79  *
80  * Revision 1.31 92/01/28 14:17:29 hines
81  * distribution ready
82  *
83  * Revision 1.30 91/12/27 10:57:25 hines
84  * units for f_flux and b_flux in KINETIC block.
85  * Implemented by turning off units checking on pass 3 of restartpass 0
86  * and then turning it back on on pass3 of restartpass 1.
87  *
88  * Revision 1.29 91/10/28 08:53:36 hines
89  * Wathey's improvements. Runs on MIPS. Binaries go to bin directory.
90  *
91  * Revision 1.28 91/09/16 16:04:04 hines
92  * NEURON { RANGE SECTION GLOBAL} syntax
93  *
94  * Revision 1.27 91/08/13 10:05:13 hines
95  * to work on rs6000
96  *
97  * Revision 1.26 91/08/12 11:38:03 hines
98  * more generic makefile. MACHDEF changes if machine dependent definitions
99  * are needed.
100  *
101  * Revision 1.25 91/06/29 08:46:57 hines
102  * more general units factor of form name=(unit) (unit)
103  * slight change to syntax
104  *
105  * Revision 1.24 91/06/25 09:18:15 hines
106  * fix loose ends from last major change to makefile
107  *
108  * Revision 1.23 91/06/25 07:27:49 hines
109  * more generic . remove sun4 isms
110  *
111  * Revision 1.22 91/02/09 16:39:43 hines
112  * special neuron variables checked for correct units.
113  *
114  * Revision 1.21 91/01/29 07:10:50 hines
115  * POINT_PROCESS keyword allowed
116  *
117  * Revision 1.20 91/01/28 17:26:16 hines
118  * works with turboc++ (different varargs method)
119  *
120  * Revision 1.19 91/01/25 14:01:17 hines
121  * forgot to checkin on last fix
122  *
123  * Revision 1.18 91/01/25 09:31:40 hines
124  * botched last fix
125  *
126  * Revision 1.17 91/01/24 15:25:23 hines
127  * translation error when last token of LOCAL statement was the first token
128  * after the LOCAL statement. Fixed by changing symbols at the parser insteadof the lexical
129  * analyser.
130  *
131  * Revision 1.16 91/01/24 11:46:24 hines
132  * PROCEDURE argument units were not being saved.
133  *
134  * Revision 1.15 91/01/07 14:31:57 hines
135  * Compartment list is space separated not comma separated
136  *
137  * Revision 1.14 91/01/07 14:17:13 hines
138  * in kinunit, wrong itemsubtype. Fix lint messages
139  *
140  * Revision 1.13 90/12/12 11:33:14 hines
141  * LOCAL vectors allowed. Some more NEURON syntax added
142  *
143  * Revision 1.12 90/12/06 15:25:55 hines
144  * 5 of 7 lint messages in units.c removed
145  *
146  * Revision 1.11 90/11/26 13:20:09 hines
147  * after adding unit_swap, the comparison needs to be reversed.
148  * Now the last expression in on the top of the stack normally.
149  *
150  * Revision 1.10 90/11/26 13:09:54 hines
151  * sometimes need to swap top of units stack.
152  *
153  * Revision 1.9 90/11/23 15:08:40 hines
154  * used by MODL to calculate factors
155  *
156  * Revision 1.8 90/11/23 13:58:16 hines
157  * don't print units init message.
158  *
159  * Revision 1.7 90/11/23 13:44:01 hines
160  * BREAKPOINT PARAMETER
161  *
162  * Revision 1.6 90/11/20 15:40:03 hines
163  * comment out print statements that debug value, units for factordef:
164  *
165  * Revision 1.5 90/11/20 15:33:12 hines
166  * added 4 varieties of unit factors. They are
167  * name = (real)
168  * name = ((unit) -> (unit)) must be conformable
169  * name = (physical_constant)
170  * name = (physical_constant (unit)) must be conformable
171  *
172  * Revision 1.4 90/11/16 14:23:07 hines
173  * units for partial derivative equation. fixed bug in array declarations
174  * get sources from rcs correctly
175  *
176  * Revision 1.3 90/11/16 07:53:48 hines
177  * take out the .c and .var file
178  *
179  * Revision 1.2 90/11/15 13:01:23 hines
180  * function units and number units work. accepts NEURON block
181  *
182  * Revision 1.1 90/11/13 16:10:38 hines
183  * Initial revision
184  * */
char * RCS_version
Definition: version.cpp:4
char * RCS_date
Definition: version.cpp:5