X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSerieHelper.cxx;h=86f1ec6f499d0163d792b48600b1fefff057b587;hb=e7a642c06e4cdcfdbaf024090754283ccc564408;hp=56aaaabcb1533c75bd01f38caa9016193a715dd0;hpb=4b43cc3729743fcf7632e055cabd3f564d1bbe0b;p=gdcm.git diff --git a/src/gdcmSerieHelper.cxx b/src/gdcmSerieHelper.cxx index 56aaaabc..86f1ec6f 100644 --- a/src/gdcmSerieHelper.cxx +++ b/src/gdcmSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2011/03/29 07:36:00 $ - Version: $Revision: 1.71 $ + Date: $Date: 2011/03/31 21:45:11 $ + Version: $Revision: 1.72 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -301,7 +301,7 @@ void SerieHelper::OrderFileList(FileList *fileSet) if ( SerieHelper::UserLessThanFunction ) { - gdcmDebugMacro("Use UserLessThanFunction"); + gdcmDebugMacro("Use UserLessThanFunction"); UserOrdering( fileSet ); return; } @@ -656,7 +656,7 @@ XCoherentFileSetmap SerieHelper::SplitOnTagValueConvertToFloat(FileList *fileSet strTagValue = (*it)->GetEntryString(group,element); dTagValue = atof( strTagValue.c_str()); - iTagValue = dTagValue; + iTagValue = dTagValue*10000.; sprintf(cTagValue, "%010d", iTagValue); strTagValue = cTagValue;