[ADMB Users] memory allocation error

dave fournier davef at otter-rsch.com
Tue Aug 13 09:11:01 PDT 2013


I would run it in debug mode and find out the line where it crashes.

Otherwise a common cause of this is that the program is getting a bad 
number somehow
and doing something like this

    dvector v(1,n);   // n contains garbage which is interpreted as a 
huge number.



More information about the Users mailing list