# HG changeset patch # User Sebastien Jodogne # Date 1744093083 -7200 # Node ID fa463b33ca21d158fb16044c29fbf7e7ff99f7cb # Parent 87701a7be3f41e5b9678a1e9b950593dc3f7faab fix diff -r 87701a7be3f4 -r fa463b33ca21 Framework/Inputs/DicomPyramid.cpp --- 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)