]> Creatis software - gdcm.git/commitdiff
COMP: minor comp fix
authormalaterre <malaterre>
Tue, 11 Sep 2007 12:56:11 +0000 (12:56 +0000)
committermalaterre <malaterre>
Tue, 11 Sep 2007 12:56:11 +0000 (12:56 +0000)
Example/exExtractCSA.cxx
Example/exExtractCSATag.cxx

index a54ce7cd65b9d379191bcc1c0f7d8cbc12ff3038..bb118b78a4a1dadc895495f5c56a00d14e5016b5 100755 (executable)
@@ -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)
index 9cca05809b8adc8d7b0971ca5f4de2780d9974c0..fff7c48f7b8bee09aa7fcd6a084c3fda4c7ba7a0 100644 (file)
@@ -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)