forked from MRtrix3/mrtrix3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Threadedloop: fix bug in introduced in previous commit
Problem was with use of Image::voxel_assign() rather ThreadedLoop::set_outer_axes(), which may have caused issues with volume-wise processing, etc. Added new Image::voxel_assign() functions that take a vector of axes, and use those instead.
- Loading branch information
1 parent
502542c
commit 925b289
Showing
2 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters