From: jean-pierre roux Date: Fri, 18 Dec 2009 14:00:05 +0000 (+0000) Subject: load vs include X-Git-Tag: CREATOOLS.2-0-3~105 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=443fab11d4694575d7b826a384869d700d1b9036;p=bbtk.git load vs include --- diff --git a/packages/itk/src/bbitkImageProperties.cxx b/packages/itk/src/bbitkImageProperties.cxx index 4acf845..eed3209 100644 --- a/packages/itk/src/bbitkImageProperties.cxx +++ b/packages/itk/src/bbitkImageProperties.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbitkImageProperties.cxx,v $ Language: C++ - Date: $Date: 2009/07/23 12:27:35 $ - Version: $Revision: 1.9 $ + Date: $Date: 2009/12/18 14:00:05 $ + Version: $Revision: 1.10 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -98,9 +98,9 @@ namespace bbitk for (unsigned int i=0;iGetSpacing(); double avg_spacing = - (spacing[0] + spacing[1] + spacing[2]) / 3.0; + //(spacing[0] + spacing[1] + spacing[2]) / 3.0; + spacing[2]; // JPR?? cam->SetClippingRange( range - avg_spacing * 3.0, range + avg_spacing * 3.0); }