Skip to content

Commit

Permalink
Undo change to DWIConvert that needs to be its own patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Williams committed Jan 14, 2013
1 parent 74bb9fd commit bfb0686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DWIConvert/DWIConvert.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,6 @@ int main(int argc, char *argv[])
// in nrrd, size array is the number of pixels in 1st, 2nd, 3rd, ... dimensions
header << "sizes: " << nCols << " " << nRows << " " << nSliceInVolume << " " << nUsableVolumes << std::endl;
header << "thicknesses: NaN NaN " << sliceSpacing << " NaN" << std::endl;
header.setprecision(17);
// need to check
header << "space directions: "
<< "(" << (NRRDSpaceDirection[0][0]) << ","<< (NRRDSpaceDirection[1][0]) << ","<< (NRRDSpaceDirection[2][0]) << ") "
Expand Down

0 comments on commit bfb0686

Please sign in to comment.