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

disabling BUILD_WITH_ESTIMATION_TOOLS breaks build #647

Closed
rodyo opened this issue Aug 25, 2020 · 1 comment · May be fixed by #648
Closed

disabling BUILD_WITH_ESTIMATION_TOOLS breaks build #647

rodyo opened this issue Aug 25, 2020 · 1 comment · May be fixed by #648

Comments

@rodyo
Copy link

rodyo commented Aug 25, 2020

As can be seen here, stateDerivativePartials_ is only defined when BUILD_WITH_ESTIMATION_TOOLS has been defined. However, it is used here unconditionally. This breaks the compilation when switching BUILD_WITH_ESTIMATION_TOOLS off.

A simple #ifdef around the call site should fix it—see PR.

@DominicDirkx
Copy link
Member

NOTE: This Tudat version is no longer supported. See https://docs.tudat.space/en/stable/ and https://github.com/tudat-team/tudat-bundle for the new version

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

Successfully merging a pull request may close this issue.

2 participants