This file is indexed.

/usr/share/nrn/demo/hh.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
create soma
access soma
nseg=1
{L=10/PI  diam=10} //100 um2 area (i_vc graphs on same scale as ina)
insert hh
global_ra = 35.4
set_ra()
celsius = 6.3

{
ion_style("na_ion", 1, 2, 1, 0, 0)
ion_style("k_ion", 1, 2, 1, 0, 0)
}

proc destroy() {
}