-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresetaxon.hoc
32 lines (21 loc) · 912 Bytes
/
resetaxon.hoc
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
// Salto
// (c) Charles CH Cohen, 2014-present
// this software is released to the public under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
// International license (CC BY-NC-ND 4.0, in English).
// for any questions, please email [email protected]
// ------------------------------Directories---------------------------------------
strdef root, lib, ses, out
root = getcwd()
sprint(lib, "%s%s", root, "lib/")
sprint(ses, "%s%s", root, "ses/")
sprint(out, "%s%s", root, "out/")
// --------------------------------------------------------------------------------
// --------------------------------------------------------------------------------
load_file("stdgui.hoc")
chdir(lib)
load_file("startlib.hoc")
// --------------------------------------------------------------------------------
axontype = getaxontype()
print_axontype()
changeaxontype()
print "Please restart the model"