admb-project / admb

AD Model Builder
http://admb-project.org
Other
64 stars 19 forks source link

i5_array class lacks initialize() code body #155

Closed wStockhausen closed 3 years ago

wStockhausen commented 3 years ago

I'm getting a linker error that the i5_array::initialize() symbol does not exist. The i5_array class has a function initialize() defined in fvar.hpp but the body for the function does not seem to exist (it's not in i5arr.cpp, at least).

johnoel commented 3 years ago

Thank you @wStockhausen for reporting this issue. The missing i5_array::initialize() function has been added (see commit). This will be soon merged into the master branch. The next release will include the changes.

johnoel commented 3 years ago

Commit 4abdc61 should be for issue #156.