X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestEnumVR.cxx;h=1ddd4d3fdf0c9fd6a62c00325438b3b575fd6f91;hb=4552d4ee18f3234af4e037e77abf0622c2702004;hp=a723515ba761bb129fb665a6d4cb80eac1d4207a;hpb=0b9694d267e7eab6b1b8fb25d59fde201ccb1000;p=gdcm.git diff --git a/Testing/TestEnumVR.cxx b/Testing/TestEnumVR.cxx index a723515b..1ddd4d3f 100644 --- a/Testing/TestEnumVR.cxx +++ b/Testing/TestEnumVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestEnumVR.cxx,v $ Language: C++ - Date: $Date: 2005/11/09 19:17:26 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/11/10 18:02:26 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,7 +23,7 @@ */ #include -typedef enum VR { +typedef enum { AE = 1, AS = 2, AT = 4, @@ -53,7 +53,7 @@ typedef enum VR { OB_OW = OB | OW, US_SS = US | SS, US_SS_OW = US | SS | OW -}; +} VR; static const char *VRStrings[] = { "AE",