From 877ca41e984513a592552a8bed79e3bc6416f9f3 Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 24 Oct 2007 08:03:44 +0000 Subject: [PATCH] Avoid warnings --- Example/ToMRIregister.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/ToMRIregister.cxx b/Example/ToMRIregister.cxx index fd65238e..ae426b59 100755 --- a/Example/ToMRIregister.cxx +++ b/Example/ToMRIregister.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: ToMRIregister.cxx,v $ Language: C++ - Date: $Date: 2007/05/23 14:18:04 $ - Version: $Revision: 1.4 $ + Date: $Date: 2007/10/24 08:03:44 $ + 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 @@ -234,7 +234,7 @@ int main(int argc, char *argv[]) //int sliceNumber = 0; - float position =0.0; + double position =0.0; char charPosition[10]; for (GDCM_NAME_SPACE::XCoherentFileSetmap::iterator i = xcm.begin(); -- 2.45.1