From 795969b4c1adc8a26d5dfda236ef3d1e5ad1d7ca Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 7 Oct 2003 15:38:09 +0000 Subject: [PATCH] * SpuriousFile.raw removed... --- src/gdcmFile.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 522e3f54..93510477 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -430,12 +430,6 @@ size_t gdcmFile::GetImageDataIntoVector (void* destination, size_t MaxSize) { // Just to 'see' was was actually read on disk :-( // Some troubles expected -FILE * fpSpurious; -fpSpurious=fopen("SpuriousFile.raw","w"); -fwrite(destination,lgrTotale, 1,fpSpurious); -fclose(fpSpurious); - - // *Try* to deal with the color // ---------------------------- -- 2.45.1