From 059176a7b9e8b342a29847e3d1ac9a2d5be763c4 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 24 Jan 2006 03:06:46 +0000 Subject: [PATCH] COMP: Fix compilation --- Example/PhilipsToBrucker2.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() ) { -- 2.48.1