From 8a54efdfcc70c43cf84b3cf2957df91a041a7be2 Mon Sep 17 00:00:00 2001 From: frog Date: Fri, 24 Sep 2004 12:28:40 +0000 Subject: [PATCH] *** empty log message *** --- src/gdcmFile.cxx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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 // ------------------- -- 2.48.1