From: regrain Date: Fri, 14 Jan 2005 12:53:06 +0000 (+0000) Subject: * Missing changes... see my last commit X-Git-Tag: Version1.0.bp~339 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a6deeec2097c79f183e1ed235701799d1d42c9fb;p=gdcm.git * Missing changes... see my last commit -- BeNours --- diff --git a/gdcmPython/demo/PrintHeader.py b/gdcmPython/demo/PrintHeader.py index ae409700..1019c49a 100644 --- a/gdcmPython/demo/PrintHeader.py +++ b/gdcmPython/demo/PrintHeader.py @@ -32,7 +32,7 @@ print "### Display all the elements and their respective values" print "## found in the ", fileName, " file." print "##############################################################" -header.Initialize() +header.InitTraversal() val=header.GetNextEntry() while(val): val.Print() diff --git a/gdcmPython/demo/PrintHeader.py.in b/gdcmPython/demo/PrintHeader.py.in index cd9acfb8..eb11bce6 100644 --- a/gdcmPython/demo/PrintHeader.py.in +++ b/gdcmPython/demo/PrintHeader.py.in @@ -32,7 +32,7 @@ print "### Display all the elements and their respective values" print "## found in the ", fileName, " file." print "##############################################################" -header.Initialize() +header.InitTraversal() val=header.GetNextEntry() while(val): val.Print()