changeset 386:fa463b33ca21

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Apr 2025 08:18:03 +0200
parents 87701a7be3f4
children 263369b75f9e
files Framework/Inputs/DicomPyramid.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Inputs/DicomPyramid.cpp	Tue Apr 08 07:42:11 2025 +0200
+++ b/Framework/Inputs/DicomPyramid.cpp	Tue Apr 08 08:18:03 2025 +0200
@@ -287,7 +287,7 @@
     {
       assert(instances_[i] != NULL);
 
-      if (instances_[i]->IsLevel(0) == 0 &&  // Only consider the finest level
+      if (instances_[i]->IsLevel(0) &&  // Only consider the finest level
           instances_[i]->HasImagedVolumeSize())
       {
         if (!found)