Skip to content

Commit

Permalink
Default init variable
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Jan 17, 2024
1 parent 4172c18 commit b4ece2d
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 b4ece2d

Please sign in to comment.