Skip to content

Commit

Permalink
Fix stupid idiocy
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Nov 23, 2023
1 parent e487f90 commit 1fb673a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Utils/qicomplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ int complex_main(args::Subparser &parser) {
auto img_both = QI::ReadImage<TImage>(in_realimag.Get(), verbose);
auto real_region = img_both->GetLargestPossibleRegion();
auto imag_region = img_both->GetLargestPossibleRegion();
real_region.GetModifiableStride();
real_region.GetModifiableSize()[3] = real_region.GetSize()[3] / 2;
imag_region.GetModifiableSize()[3] = real_region.GetSize()[3];
imag_region.GetModifiableIndex()[3] = real_region.GetSize()[3];
Expand Down

0 comments on commit 1fb673a

Please sign in to comment.