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

Fails to compile without -DPROFILING #33

Closed
mlubin opened this issue Jan 7, 2018 · 1 comment
Closed

Fails to compile without -DPROFILING #33

mlubin opened this issue Jan 7, 2018 · 1 comment

Comments

@mlubin
Copy link
Contributor

mlubin commented Jan 7, 2018

The adaptive_rho_fraction field is only defined with PROFILING:
https://github.com/oxfordcontrol/osqp/blob/2aeaebb3a3f8f718e16373caccb0c5a8e091a004/include/types.h#L146
but it's accessed here:
https://github.com/oxfordcontrol/osqp/blob/2aeaebb3a3f8f718e16373caccb0c5a8e091a004/src/auxil.c#L845
regardless of PROFILING.
This is with /* #undef EMBEDDED */ in glob_opts.h.

bstellato added a commit that referenced this issue Jan 7, 2018
@bstellato
Copy link
Collaborator

Ooops! It should be fixed now. Thanks for checking.

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