This file is indexed.

/usr/share/nrn/demo/sync/start.ses is in neuron 7.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
objectvar save_window_, rvp_
objectvar scene_vector_[5]
objectvar ocbox_, ocbox_list_, scene_, scene_list_
{ocbox_list_ = new List()  scene_list_ = new List()}
{
xpanel("Synchronizing network parameters", 0)
ncell = 10
xvalue("Number of all to all cells","ncell", 1,"recreate(ncell)", 0, 0 )
w = -0.3
xvalue("All to all connection weight","w", 1,"weight(w)", 0, 0 )
del = 4
xvalue("Delay (ms)","del", 1,"delay(del)", 0, 0 )
ta = 10
xvalue("Cell time constant (ms)","ta", 1,"tau(ta)", 0, 0 )
low = 10
xvalue("Lowest natural interval","low", 1,"interval(low, high)", 0, 0 )
high = 15
xvalue("Highest natural interval","high", 1,"interval(low, high)", 0, 0 )
xpanel(700,400)
}
objectvar scene_vector_[1]
{doNotify()}