This file is indexed.

/usr/share/nrn/demo/reconst.hoc 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
forall nseg = L/50 + 1
access soma
proc membrane() {
	forall {insert pas g_pas=.0001 e_pas=-65 }
	soma uninsert pas
	dendrite_5[0] uninsert pas
	soma insert hh
	dendrite_5[0] insert hh
}
global_ra = 100
set_ra()
celsius = 15
membrane()

proc destroy() {
}