]> Creatis software - gdcm.git/commitdiff
* SpuriousFile.raw removed...
authormalaterre <malaterre>
Tue, 7 Oct 2003 15:38:09 +0000 (15:38 +0000)
committermalaterre <malaterre>
Tue, 7 Oct 2003 15:38:09 +0000 (15:38 +0000)
src/gdcmFile.cxx

index 522e3f54f8d5b3efadc3f84485ee510017eff09e..9351047766c5a75de5e3a692d031e20527ff8682 100644 (file)
@@ -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
    // ----------------------------