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]

simulated annealing bug


There is a bug on line 142 of siman.c:

    destructor(&x);

should read

    destructor(x);

I guess I am the first to actually try this code with user supplied 
memory allocation functions... so there you go.  Now I guess it's been 
tested...

Regards,
Karsten



Karsten Howes
Credit Derivatives Trader
National Bank Financial


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