Search found 8 matches

by m.capogrosso
Sun Oct 20, 2013 1:22 pm
Forum: OS X
Topic: Compile 7.3 on Mac 10.8
Replies: 5
Views: 10838

Re: Compile 7.3 on Mac 10.8

Thanks Micheal, It worked just fine, with option 2!!


Marco
by m.capogrosso
Fri Oct 18, 2013 2:35 am
Forum: OS X
Topic: Compile 7.3 on Mac 10.8
Replies: 5
Views: 10838

Re: Compile 7.3 on Mac 10.8

Hi Micheal, I tried to proceed by installing the older version of Xcode (4.6) Ad apprently the situation is improving in the sense that I don't have any more that error, maybe this version is more permissive, I have though another problem. So now, again vi, compiles and install proprerly, Neruon ins...
by m.capogrosso
Thu Oct 17, 2013 9:32 am
Forum: OS X
Topic: Compile 7.3 on Mac 10.8
Replies: 5
Views: 10838

Re: Compile 7.3 on Mac 10.8

Thanks Micheal! Actually I was using the last version of gcc as downloaded by the link to the developer tool to the last version of the Command line packages (for Mountain lion 10.8.5), I made sure that I was using gcc by applying the CC='gcc' command, and the CXX='g++' command. I don't want to use ...
by m.capogrosso
Wed Oct 16, 2013 11:51 am
Forum: OS X
Topic: Compile 7.3 on Mac 10.8
Replies: 5
Views: 10838

Compile 7.3 on Mac 10.8

good evening to all, I've compiled the distribution on several mac machines without any problem, however I'm struggling with the following error on this new machine that we have in the lab when I try to compile Neuron io.c:85:3: error: non-void function 'unGetc' should return a value [-Wreturn-type]...
by m.capogrosso
Tue Feb 01, 2011 4:20 am
Forum: Other questions
Topic: Extracellular time varying input
Replies: 8
Views: 3414

Re: Extracellular time varying input

Thaks fo the example you found! :) Anisotropic has nothing to do with whether the medium is resistive, i.e. linear. If the medium is resistive, the potential at any point xyz at any time is the weighted sum of all currents that are being injected into the medium at that time. Each weight is the tran...
by m.capogrosso
Mon Jan 31, 2011 3:03 am
Forum: Other questions
Topic: Extracellular time varying input
Replies: 8
Views: 3414

Re: Extracellular time varying input

However, the second approach is limited to situations in which the extracellular medium is purely resistive, or is well approximated by a resistive medium Unfortunately this is not the case, because my networks are located in highly anisotropic structures. So I think I should probably use the e_ext...
by m.capogrosso
Thu Jan 27, 2011 5:20 am
Forum: Other questions
Topic: Extracellular time varying input
Replies: 8
Views: 3414

Re: Extracellular time varying input

Hi Ted, First thanks for the clever explanation of the FInitializeHandler class, I will update my code as you suggests. Now I come to you questions: First, it looks like you're trying to stimulate a myelinated axon, but the myelinated internodes are not exposed to the extracellular field. Are you su...
by m.capogrosso
Tue Jan 25, 2011 12:38 pm
Forum: Other questions
Topic: Extracellular time varying input
Replies: 8
Views: 3414

Extracellular time varying input

Hi Ted, and Hi to all. I'm a Phd student, I'm working on network model. I wish to stimulate fibers and somas using the built in extracellular mechanism. I managed to stimulate a fiber nodes sections with a single pulse of width pwd using the cvode.event code: proc init(){ finitialize(-78) fih = new ...