X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FWriteDicom.cxx;h=7116f734fceaefaaa7065440b17675711d50e015;hb=136edadb041e1ddf5d50bdf6370e8db93e02b7ee;hp=c8747dc3a3251abc7a6526d173aa4ba82427bae6;hpb=978f699b97794e209f9d20e2a33a72404bda54ef;p=gdcm.git diff --git a/Example/WriteDicom.cxx b/Example/WriteDicom.cxx index c8747dc3..7116f734 100644 --- a/Example/WriteDicom.cxx +++ b/Example/WriteDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: WriteDicom.cxx,v $ Language: C++ - Date: $Date: 2004/11/16 04:26:18 $ - Version: $Revision: 1.7 $ + Date: $Date: 2004/11/26 10:55:03 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -61,7 +61,6 @@ int main(int argc, char* argv[]) // TODO : Shouldn't we merge those two functions ? f1->SetImageData( imageData, dataSize); - f1->GetHeader()->SetImageDataSize( dataSize ); f1->GetHeader()->Print();