This file is indexed.

/usr/share/nrn/demo/dynclamp.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
load_file("dynchan.ses")
load_file(1, "dynclamp.ses")

proc destroy() {local i
	WindowMenu[0].groups.remove_all
	while (PWManager[0].count > 6) {
		PWManager[0].close(PWManager[0].count-1)
	}
}