[ADMB Users] How to use Autodif as a regular external C++ library?
dave fournier
davef at otter-rsch.com
Sun Nov 4 13:49:02 PST 2012
Without seeing anything my first guess would be that you should change
struct {
to class {
public:
and instead of malloc() and free use new and delete.
More information about the Users
mailing list