From 0b08879e15d8a4fdda35046822de5bb83778ab55 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 24 May 2007 10:41:25 +0000 Subject: [PATCH] Fix default spacing cvalue --- src/gdcmFile.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 3ba4e987..91a9f8c6 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2007/05/23 16:48:59 $ - Version: $Revision: 1.331 $ + Date: $Date: 2007/05/24 10:41:25 $ + Version: $Revision: 1.332 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -477,7 +477,7 @@ int File::GetZSize() // ts["1.2.840.10008.5.1.4.1.1.4.1"] = "Enhanced MR Image Storage"; bool File::GetSpacing(float &xspacing, float &yspacing, float &zspacing) { - xspacing = yspacing = zspacing = 2.0; + xspacing = yspacing = zspacing = 1.0; TS *ts = Global::GetTS(); std::string sopclassuid_used; // D 0002|0002 [UI] [Media Storage SOP Class UID] -- 2.48.1