Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i5_array class lacks initialize() code body #155

Closed
wStockhausen opened this issue Nov 24, 2020 · 2 comments
Closed

i5_array class lacks initialize() code body #155

wStockhausen opened this issue Nov 24, 2020 · 2 comments
Milestone

Comments

@wStockhausen
Copy link
Contributor

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 johnoel added this to the ADMB-12.3 milestone Dec 11, 2020
@johnoel
Copy link
Contributor

johnoel commented Dec 12, 2020

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
Copy link
Contributor

johnoel commented Dec 13, 2020

Commit 4abdc61 should be for issue #156.

johnoel added a commit that referenced this issue Jan 22, 2021
Merge Issue #155: Add missing i5_array::initialize function.
@johnoel johnoel closed this as completed Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants