Segmentation violation in Hay. et. al model

Anything that doesn't fit elsewhere.
Post Reply
menica
Posts: 71
Joined: Wed Sep 02, 2015 11:02 am

Segmentation violation in Hay. et. al model

Post 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
ted
Site Admin
Posts: 6289
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Segmentation violation in Hay. et. al model

Post 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?
Post Reply