diff OrthancStone/Sources/Volumes/VolumeReslicer.cpp @ 1640:52b8b96cb55f

cleaning namespaces
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:55:22 +0100
parents 59f95b9ea858
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Volumes/VolumeReslicer.cpp	Tue Nov 10 16:41:11 2020 +0100
+++ b/OrthancStone/Sources/Volumes/VolumeReslicer.cpp	Tue Nov 10 16:55:22 2020 +0100
@@ -758,8 +758,7 @@
   {
     // Choose the default voxel size as the finest voxel dimension
     // of the source volumetric image
-    const OrthancStone::Vector dim =
-      geometry.GetVoxelDimensions(OrthancStone::VolumeProjection_Axial);
+    const Vector dim = geometry.GetVoxelDimensions(VolumeProjection_Axial);
     double voxelSize = dim[0];
     
     if (dim[1] < voxelSize)