Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Jan 17, 2024
2 parents 9a0611c + b4ece2d commit 424e5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmSplitMosaicFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ bool SplitMosaicFilter::Split()
return false;
}
const unsigned int div = (unsigned int )ceil(sqrt( (double)dims[2]) );
bool inverted;
bool inverted = false;
double normal[3];
bool hasOriginCSA = true;
bool hasNormalCSA = true;
Expand Down

0 comments on commit 424e5f2

Please sign in to comment.