From 97811f429fdf36ed2d7404e41ce7817c65e96e32 Mon Sep 17 00:00:00 2001 From: malaterre Date: Wed, 19 Oct 2005 19:36:54 +0000 Subject: [PATCH] STYLE: Imager Pixel Spacing --- src/gdcmFile.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 0a4339b2..95a51268 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/10/19 12:01:51 $ - Version: $Revision: 1.282 $ + Date: $Date: 2005/10/19 19:36:54 $ + Version: $Revision: 1.283 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -479,7 +479,7 @@ float File::GetXSpacing() } else { - gdcmWarningMacro( "Unfound Pixel Spacing (0018,1164)" ); + gdcmWarningMacro( "Unfound Imager Pixel Spacing (0018,1164)" ); } /* const std::string &strImagerPixelSpacing = GetEntryString(0x0018,0x1164); -- 2.48.1