/usr/share/nrn/lib/hoc/celbild.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 17 | {ivoc_style("*panel_scroll", "20")}
{ivoc_style("*radioScale", "1.2")}
//{xopen("celbild/subiter.hoc")}
{xopen("celbild/celtopol.hoc")}
{xopen("celbild/celgeom.hoc")}
{xopen("celbild/inhomofn.hoc")}
{xopen("celbild/psubset.hoc")}
{xopen("celbild/celset.hoc")}
{xopen("celbild/celmemb.hoc")}
{xopen("celbild/celmang.hoc")}
{xopen("celbild/celbild1.hoc")}
objref tobj
proc makecellbuilder() {
tobj = new CellBuild()
objref tobj
}
|