Page 1 of 1

Segmentation violation in Hay. et. al model

Posted: Tue Sep 06, 2016 9:13 am
by menica
Hi,
I tried to run the following commands:

Code: Select all

load_file("nrngui.hoc")
load_file("import3d.hoc")
objref L5PC

strdef morphology_file
morphology_file = "../morphologies/cell1.asc"

load_file("../models/L5PCbiophys3.hoc")
load_file("../models/L5PCtemplate.hoc")
L5PC = new L5PCtemplate(morphology_file)
using the file in https://senselab.med.yale.edu/ModelDB/s ... 653#tabs-2

The program returns to me this error:
Segmentation violation in L5PCbiophysics3.hoc near line 10
{apic[108]{pt3dadd(-13.74,68.55,-101.2,0.58)}}

Could you help me with this?
Thanks

Re: Segmentation violation in Hay. et. al model

Posted: Thu Sep 08, 2016 2:47 pm
by ted
menica wrote:I tried to run the following commands:
. . .
Could you help me with this?
Not enough information. What directory were you in before you started NEURON?