forked from Kitware/VTK
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unused local variable from nifti writer.
The vtkNIFTIImageWriter had a local variable "swapBytes" that was always equal to zero. The original intent was to allow the endianness of the file to be chosen, but this was never implemented. The writer always uses the native architecture endianness for the file, which is standard for NIFTI since the header specifies the endianness.
- Loading branch information
Showing
1 changed file
with
3 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