[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. a5de96941d4eaac9458363fb2ce5a346af
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2023-01-26 14:31:25
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via a5de96941d4eaac9458363fb2ce5a346afde9f4e (commit)
from 86fed946e33fb756d0eff46cf6d07f938e31aad6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/a5de96941d4eaac9458363fb2ce5a346afde9f4e/
commit a5de96941d4eaac9458363fb2ce5a346afde9f4e
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jan 26 15:31:10 2023 +0100
Compilation fix
diff --git a/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx b/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
index 8103f91d6..c20650f4e 100644
--- a/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
+++ b/Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx
@@ -801,7 +801,7 @@ bool GetRescaleInterceptSlopeValueFromDataSet(const DataSet& ds, std::vector<dou
}
}
}
- return intercept || slope || (intercept && slope && intercept[0] != 0 intercept[1] != 1);
+ return intercept || slope || (intercept && slope && interceptslope[0] != 0 && interceptslope[1] != 1);
}
-----------------------------------------------------------------------
Summary of changes:
Source/MediaStorageAndFileFormat/gdcmImageHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|