NEURON
md1redef.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define v _v
4 #define area _area
5 #define thisnode _thisnode
6 #define GC _GC
7 #define EC _EC
8 #define extnode _extnode
9 #define xain _xain
10 #define xbout _xbout
11 #define i _i
12 #define sec _sec
13 
14 #undef nodelist
15 #undef nodeindices
16 #undef pdata
17 #undef prop
18 #undef nodecount
19 
20 #define nodelist _nodelist
21 #define nodeindices _nodeindices
22 #define pdata _pdata
23 #define prop _prop
24 #define nodecount _nodecount
25 #define id _id