Hi,
after using the import 3d tool to import an swc file and then using the cell builder to specify the properties i want to instantiate them in my model and turn 'continous create' on. In doing so, i get always following error:
nrniv: division by zero
near line 2
{forsec all { nseg = int((L/(0.1*lambda_f(100))+.9)/2)*2 + 1 }}
^
lambda_f(100 )
CellGeometry[0].execute"forsec all { nseg = int((L/(0.1*lambda_f(100))+.9)/2)*2 + 1 }" )
CellGeometry[0].export_autonseg )
CellGeometry[0].export )
and others
For the properties in the Cell Builder i use the values given in the Neurons Optimization Tools Tutorial.
Why does the error occour?