From 98053dc858d6f87da8ed17b28974398069742666 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 11 Sep 2007 12:56:11 +0000 Subject: [PATCH] COMP: minor comp fix --- Example/exExtractCSA.cxx | 6 +++--- Example/exExtractCSATag.cxx | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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) diff --git a/Example/exExtractCSATag.cxx b/Example/exExtractCSATag.cxx index 9cca0580..fff7c48f 100644 --- a/Example/exExtractCSATag.cxx +++ b/Example/exExtractCSATag.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exExtractCSATag.cxx,v $ Language: C++ - Date: $Date: 2007/09/11 12:54:49 $ - Version: $Revision: 1.1 $ + Date: $Date: 2007/09/11 12:56:11 $ + 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 @@ -233,8 +233,8 @@ static equ mapping[] = { { 4 , "FD" }, { 5 , "FL" }, { 6 , "IS" }, - { 7 , "SL" }, - { 8 , "SS" }, + { 7 , "SL" }, + { 8 , "SS" }, { 9 , "UL" }, { 10 , "US" }, { 16 , "CS" }, @@ -243,7 +243,7 @@ static equ mapping[] = { { 22 , "SH" }, { 23 , "ST" }, { 25 , "UI" }, - { 27 , "UT" }, + { 27 , "UT" } }; bool check_mapping(uint32_t syngodt, const char *vr) -- 2.45.1