X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FPcpdenseToDicom.cxx;h=b00c2091956d0b3238265f0f028ce56849d7338b;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=f9a818cf1983853e5b0ed8f1b34d45563b2a48cc;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Example/PcpdenseToDicom.cxx b/Example/PcpdenseToDicom.cxx index f9a818cf..b00c2091 100644 --- a/Example/PcpdenseToDicom.cxx +++ b/Example/PcpdenseToDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PcpdenseToDicom.cxx,v $ Language: C++ - Date: $Date: 2008/09/08 08:10:33 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/09/15 15:49:20 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -333,7 +333,7 @@ int main(int argc, char *argv[]) } - delete []image; + delete []image; return 1; }