]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
Orienation : iop is float.
[gdcm.git] / gdcmPython / gdcm.i
index a1d6ea19ad4d633b7f23e1a76d7058b459ee0c8e..26ec3cc1de6be00c0ac260965aec8441e8ab0a38 100644 (file)
@@ -86,13 +86,13 @@ using namespace gdcm;
 
 ////////////////////////////////////////////////
 // Redefine all types used
-typedef char int8_t;
-typedef unsigned char uint8_t;
-typedef short int16_t;
-typedef unsigned short uint16_t;
-typedef int int32_t;
-typedef unsigned int uint32_t;
-typedef long long int64_t;
+typedef char               int8_t;
+typedef unsigned char      uint8_t;
+typedef short              int16_t;
+typedef unsigned short     uint16_t;
+typedef int                int32_t;
+typedef unsigned int       uint32_t;
+typedef long long          int64_t;
 typedef unsigned long long uint64_t;
 
 ////////////////////////////////////////////////