Skip to content
Snippets Groups Projects

Fix assert in DotProductImageFilter

Merged Cédric Traizet requested to merge fix_dotProductImageFilter into develop

In MR !427 (merged) was added an assert on the size of two vectors :

assert(in.Size() == m.Size());

but m does not exist ... It should be:

assert(in.Size() == m_Vector.Size());

Dashboard was green because the branch was compiled in release mode, without the assert.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.

Edited by Cédric Traizet

Merge request reports

Merge request pipeline #563 passed

Merge request pipeline passed for 56f24b5a

Approval is optional
Ready to merge by members who can write to the target branch.

Merge details

  • 5 commits and 1 merge commit will be added to develop.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading