X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Fkernel%2FmarGdcmDicom.cpp;h=796c8ef96e32c5150c5da30915cb83599ec1ab46;hb=0db30daeff1ddf74d39313a91fce7e475bba62e4;hp=df3c107e97cbd02e5ad743c49160995be87a033b;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/kernel/marGdcmDicom.cpp b/lib/maracasVisuLib/src/kernel/marGdcmDicom.cpp index df3c107..796c8ef 100644 --- a/lib/maracasVisuLib/src/kernel/marGdcmDicom.cpp +++ b/lib/maracasVisuLib/src/kernel/marGdcmDicom.cpp @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: marGdcmDicom.cpp,v $ Language: C++ - Date: $Date: 2008/10/31 16:32:55 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/11/06 11:00:50 $ + Version: $Revision: 1.2 $ Copyright: (c) 2002, 2003 License: @@ -1043,7 +1043,7 @@ void marGdcmDicomILPD::CreateSerieHelper() gdcmFile = GDCM_NAME_SPACE::File::New(); gdcmFile->SetLoadMode(GDCM_NAME_SPACE::LD_ALL); gdcmFile->SetFileName( _lstString[i] -> c_str() ); - bool ok = gdcmFile->Load(); + /*bool ok = */ gdcmFile->Load(); } else { gdcmFile = GDCM_NAME_SPACE::File::New(); gdcmFile->SetFileName( _lstString[i] -> c_str() );