This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ODE's again


Sam Halliday writes:
 > i tried the NULL pointer instead of a jacobian function, and now i get a 
 > segfault when i run my program, what do you mean by substituting a NULL 
 > pointer?
 > 
 > regards,
 > Sam

You'll need to look the code to see where it is being called, it's not
called by the integrator itself -- but maybe your program is calling
it somewhere else.  Substituting a empty 'stub' function is an
alternative.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]