[ADMB Users] Help to optimize some code, Need for Adjoint Code

dave fournier davef at otter-rsch.com
Thu Dec 22 08:21:54 PST 2011


It looks like o will never get incremented
so you just stay in this loop until you run out of disk space.

for (o=1;o<=noption;1)

I think you want something like


for (o=1;o<=noption;o+=1)





More information about the Users mailing list