nrniv: CellParamSet is not a template
in TGbignet2.tem near line 62
synCellSet = new CellParamSet() //reads in the cells.par into synCellSet
^
xopen("TGbignet2.tem" )
execute1("{xopen("TGbignet2.tem")}" )
load_file("./templates/TGbignet2.tem" )
nrniv: syntax error
in TGbignet2.tem near line 64
Npyr = synCellSet.cellSet.object(0).N
I am very confused by this error because it is being generated in the first few lines of my simulation:
Code: Select all
{load_file("nrngui.hoc") } //I assume these libraries will load from the first /nrn path
{load_file("stdrun.hoc")}
{load_file("stdlib.hoc")}
{load_file("netparmpi.hoc")}
{load_file("./externals.hoc")}
{load_file("pyrkop.tem")}
{load_file("bwb.tem")}
{load_file("ok.tem")}
{load_file("../parameters/synapses.tem")}
{load_file("../parameters/manycells.tem")}
{load_file("./templates/TGbignet2.tem")}