Skip to content

Commit 424e5f2

Browse files
committed
Merge branch 'release'
2 parents 9a0611c + b4ece2d commit 424e5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MediaStorageAndFileFormat/gdcmSplitMosaicFilter.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ bool SplitMosaicFilter::Split()
342342
return false;
343343
}
344344
const unsigned int div = (unsigned int )ceil(sqrt( (double)dims[2]) );
345-
bool inverted;
345+
bool inverted = false;
346346
double normal[3];
347347
bool hasOriginCSA = true;
348348
bool hasNormalCSA = true;

0 commit comments

Comments
 (0)