From: malaterre Date: Tue, 24 Jan 2006 03:06:46 +0000 (+0000) Subject: COMP: Fix compilation X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=059176a7b9e8b342a29847e3d1ac9a2d5be763c4;p=gdcm.git COMP: Fix compilation --- diff --git a/Example/PhilipsToBrucker2.cxx b/Example/PhilipsToBrucker2.cxx index 7f33f507..d8709c8d 100755 --- a/Example/PhilipsToBrucker2.cxx +++ b/Example/PhilipsToBrucker2.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PhilipsToBrucker2.cxx,v $ Language: C++ - Date: $Date: 2006/01/19 11:43:48 $ - Version: $Revision: 1.4 $ + Date: $Date: 2006/01/24 03:06:46 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -148,8 +148,6 @@ int main(int argc, char *argv[]) char *extent = am->ArgMgrGetString("extent",".DCM"); - char *input = am->ArgMgrGetString("input","DCM"); - // if unused Param we give up if ( am->ArgMgrPrintUnusedLabels() ) {