-
Notifications
You must be signed in to change notification settings - Fork 1
/
cell.g
50 lines (34 loc) · 1.08 KB
/
cell.g
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
//genesis
//
// $Id: cell.g 1.10.1.3.2.4.1.2 Thu, 04 Apr 2002 11:55:56 +0200 hugo $
//
//////////////////////////////////////////////////////////////////////////////
//'
//' Purkinje tutorial
//'
//' (C) 1998-2002 BBF-UIA
//'
//' see our site at http://www.bbf.uia.ac.be/ for more information regarding
//' the Purkinje cell and genesis simulation software.
//'
//'
//' functional ideas ... Erik De Schutter, erik@bbf.uia.ac.be
//' genesis coding ..... Hugo Cornelis, hugo@bbf.uia.ac.be
//'
//' general feedback ... Reinoud Maex, Erik De Schutter
//'
//////////////////////////////////////////////////////////////////////////////
int include_cell
if ( {include_cell} == 0 )
include_cell = 1
// multiple cell files defined with last one that will be read in
// make no assumptions a good working of the tutorial when changing the cell
// file. Try and see.
// cell without spines
str cellfile = "Purk2M9.p"
// cell with spines
str cellfile = "Purk2M9s.p"
// cut off from previous cell
// this cell can automatically fire even without external activation
//str cellfile = "psmall.p"
end