From dd4ee4d0cb3a5c577fefd7941ade94d52bd51ea9 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Mon, 5 Oct 2009 18:45:12 +0000 Subject: [PATCH] FIX: Higroma case not opening --- invesalius/reader/dicom_grouper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/reader/dicom_grouper.py b/invesalius/reader/dicom_grouper.py index ed5077c..6801d65 100644 --- a/invesalius/reader/dicom_grouper.py +++ b/invesalius/reader/dicom_grouper.py @@ -300,7 +300,7 @@ class DicomGroups: #the number of previously existing number is #greater or equal then the group keeps up, #but maintains the same group of positions. - if len(self.groups_dcm.keys()) < len(groups_dcm_.keys()): + if len(self.groups_dcm.keys()) > len(groups_dcm_.keys()): self.groups_dcm = groups_dcm_ for j in xrange(len(self.groups_dcm.keys())): -- libgit2 0.21.2