Skip to content
Snippets Groups Projects

fix type of a lookup table/vector for channel order -> index

Merged Tilman Daab requested to merge fix/type-of-channel-to-index-lookup into master

Investigated compile error with @reister. Changing the type of the variable whose entries are used as indices to Eigen::Vector3i solves the problem. Using Eigen::Matrix<size_t, 6, 1>, which seemed even more suitable, did not work.

Merge request reports

Loading
Loading

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