X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.cxx;h=78f186c59b3f9f45ac7c13143ba78e09a5917367;hb=fd5c14391627c6e42283ced90561271af2a161a2;hp=07603e1b35b44df1b21cbf1ee27db0b15b81fbb9;hpb=c1d286f80b07f07438ced6be3f119808c49b8f3f;p=gdcm.git diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index 07603e1b..78f186c5 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2010/07/09 09:20:20 $ - Version: $Revision: 1.56 $ + Date: $Date: 2011/03/29 07:36:00 $ + Version: $Revision: 1.57 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -168,7 +168,7 @@ bool DataEntry::IsNumerical() { /// \todo rewrite the whole method, in order *not to use* std::string ! std::vector tokens; - + Util::Tokenize ( GetString().c_str(), tokens, "\\" ); int nbValues= tokens.size(); @@ -181,14 +181,14 @@ bool DataEntry::IsNumerical() else for (loop=0; loop