From: frog Date: Fri, 24 Sep 2004 12:28:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Version0.6.bp~156 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8a54efdfcc70c43cf84b3cf2957df91a041a7be2;p=gdcm.git *** empty log message *** --- diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index d21e7f25..d0ebcba8 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2004/09/24 11:39:21 $ - Version: $Revision: 1.129 $ + Date: $Date: 2004/09/24 12:28:40 $ + Version: $Revision: 1.130 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -665,14 +665,15 @@ size_t gdcmFile::GetImageDataIntoVectorRaw (void* destination, size_t maxSize) return 0; } } -// DO NOT remove this code commented out. -// Nobody knows what's expecting you ... -// Just to 'see' what was actually read on disk :-( - -// FILE* f2; -// f2 = fopen("SpuriousFile.RAW","wb"); -// fwrite(destination,ImageDataSize,1,f2); -// fclose(f2); +/// \todo +/// DO NOT remove this code commented out. +/// Nobody knows what's expecting you ... +/// Just to 'see' what was actually read on disk :-( +/// +/// FILE* f2; +/// f2 = fopen("SpuriousFile.RAW","wb"); +/// fwrite(destination,ImageDataSize,1,f2); +/// fclose(f2); // Deal with the color // -------------------