Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Mar 21, 2024
2 parents db33d7c + 033b6d8 commit a157203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ std::vector<double> ImageHelper::GetRescaleInterceptSlopeValue(File const & f)
// Case is: MAGNETOM Prisma / syngo MR XA30A with MFSPLIT
interceptslope[0] = dummy[0];
interceptslope[1] = dummy[1];
gdcmWarningMacro( "Forcing Modality LUT used for MR Image Storage: [" << dummy[0] << "," << dummy[1] << "]" );
gdcmDebugMacro( "Forcing Modality LUT used for MR Image Storage: [" << dummy[0] << "," << dummy[1] << "]" );
}
}
}
Expand Down

0 comments on commit a157203

Please sign in to comment.