X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=1c5bebc48f7a4571e12a4ecb82b8e37e0aa575d5;hb=a33271fe1b265854dd8ff69301a7e7777b04f2d1;hp=e74bb75350ec721f33c1a87eabf442237d921fd5;hpb=1ab1cb8248679f1c7ee1c029c389787938853359;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index e74bb753..1c5bebc4 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/12/15 13:36:55 $ - Version: $Revision: 1.312 $ + Date: $Date: 2005/12/21 14:52:12 $ + Version: $Revision: 1.313 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1506,7 +1506,7 @@ bool File::Write(std::string fileName, FileType writetype) e0000->SetString(sLen.str()); } - // FIXME : Derma?.dcm does not have it...let's remove it ?!? JPRx + /// \todo FIXME : Derma?.dcm does not have it...let's remove it ?!? JPRx if( writetype != JPEG ) { int i_lgPix = GetEntryLength(GrPixel, NumPixel); @@ -1526,6 +1526,7 @@ bool File::Write(std::string fileName, FileType writetype) return true; } + //----------------------------------------------------------------------------- // Protected