]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.cxx
BUG: Solve seg fault with SerieHelper by properly using sort algorithm when needed...
[gdcm.git] / src / gdcmTS.cxx
index 3b951c32443c2bd514ed7b374b6bf8f2a45e1d23..b8a3da10795b541e10e880650d5e8c4b3331ba96 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmTS.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/02/01 10:29:56 $
-  Version:   $Revision: 1.39 $
+  Date:      $Date: 2005/02/02 15:07:41 $
+  Version:   $Revision: 1.41 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -119,7 +119,7 @@ int TS::Count(TSKey const &key)
    return TsMap.count(key);
 }
 
-TSAtr const & TS::GetValue(TSKey const &key) 
+TSAtr const &TS::GetValue(TSKey const &key) 
 {
    // First thing clean up the string sometime the transfer syntax is padded with spaces
    std::string copy = key;
@@ -211,6 +211,7 @@ bool TS::IsJPEGLossy(TSKey const &key)
    }
    return r;
 }
+
 /**
  * \brief   Determines if the Transfer Syntax was already encountered
  *          and if it corresponds to a JPEG2000 one