X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexExtractCSA.cxx;h=bb118b78a4a1dadc895495f5c56a00d14e5016b5;hb=98053dc858d6f87da8ed17b28974398069742666;hp=a54ce7cd65b9d379191bcc1c0f7d8cbc12ff3038;hpb=7c3ae7deb1ccc2107e93bd026b9477d23923b0c2;p=gdcm.git diff --git a/Example/exExtractCSA.cxx b/Example/exExtractCSA.cxx index a54ce7cd..bb118b78 100755 --- a/Example/exExtractCSA.cxx +++ b/Example/exExtractCSA.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exExtractCSA.cxx,v $ Language: C++ - Date: $Date: 2007/09/11 12:49:52 $ - Version: $Revision: 1.5 $ + Date: $Date: 2007/09/11 12:56:11 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -103,7 +103,7 @@ static equ mapping[] = { { 22 , "SH" }, { 23 , "ST" }, { 25 , "UI" }, - { 27 , "UT" }, + { 27 , "UT" } }; bool check_mapping(uint32_t syngodt, const char *vr)