X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.cxx;h=29fe967db0bc60fb16116434164cb954f11432f4;hb=6537b093e30bffefce36d66f358c4015e773542a;hp=fbc717435e6030132b576b6619da0410fc71ded7;hpb=b02a7632fbdf0051c6f469bff92e18819ae234de;p=gdcm.git diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index fbc71743..29fe967d 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2006/06/21 14:06:56 $ - Version: $Revision: 1.351 $ + Date: $Date: 2006/07/06 12:38:06 $ + Version: $Revision: 1.352 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -689,7 +689,7 @@ void Document::WriteContent(std::ofstream *fp, FileType filetype) // Skip if user wants to write an ACR-NEMA file if ( filetype == ImplicitVR || filetype == ExplicitVR || - filetype == JPEG ) + filetype == JPEG || filetype == JPEG2000 ) { // writing Dicom File Preamble char filePreamble[128];