This file is indexed.

/usr/share/nrn/lib/hoc/lincir.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
{load_file("stdlib.hoc")}
{xopen("lincir/elmbase.hoc")}
{xopen("lincir/linmech.hoc")}
{xopen("lincir/lingraph.hoc")}
{xopen("lincir/lincir1.hoc")}

objref tobj
proc makeCircuit() {
	tobj = new LinearCircuit()
	objref tobj
}