Skip to content

Remove error or warning for some compilers #1921

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

servantftransperfect
Copy link
Contributor

This pull request refactors the handling of _fakeDistortionBlock in the BundleAdjustmentCeres class to simplify its type and usage. The changes replace the std::vector<double> type with a single double.

The previous std::vector was generating weird warnings.

Refactoring of _fakeDistortionBlock:

  • Type Change:
    • Updated _fakeDistortionBlock from std::vector<double> to double in the BundleAdjustmentCeres class definition.

@servantftransperfect servantftransperfect merged commit e58af09 into develop Jul 21, 2025
4 checks passed
@servantftransperfect servantftransperfect deleted the fix/bundleAdjustment branch July 21, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants