From: jpr Date: Wed, 31 Aug 2005 08:40:28 +0000 (+0000) Subject: Typo X-Git-Tag: Version1.2.bp~160 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3c72973d1bf03101462d11b1ac337be8cf1e3f8c;p=gdcm.git Typo --- diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index b4d735b5..e230f450 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -220,10 +220,12 @@ typedef unsigned long long uint64_t; %constant const char *NOTLOADED = "gdcm::NotLoaded"; %constant const char *UNREAD = "gdcm::UnRead"; -/*%constant unsigned int LD_ALL = 0x00000000; +/* +%constant unsigned int LD_ALL = 0x00000000; %constant unsigned int LD_NOSEQ = 0x00000001; %constant unsigned int LD_NOSHADOW = 0x00000002; -%constant unsigned int LD_NOSHADOWSEQ = 0x00000004;*/ +%constant unsigned int LD_NOSHADOWSEQ = 0x00000004; +*/ //////////////////////////////////////////////////////////////////////////// // Warning: Order matters !