From 9d461db5c5d954548cd07d1fa095e9bad43a0cac Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 8 Sep 2008 08:10:33 +0000 Subject: [PATCH] Fix P vs p :-( --- Example/CMakeLists.txt | 2 +- Example/PcpdenseToDicom.cxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/CMakeLists.txt b/Example/CMakeLists.txt index 71874c71..dae79288 100644 --- a/Example/CMakeLists.txt +++ b/Example/CMakeLists.txt @@ -50,7 +50,7 @@ SET(EXAMPLE_SOURCES ToMRIregister DenseMultiFramesToDicom Dense2007ToDicom - pcpdenseToDicom + PcpdenseToDicom #BatchUncompress diff --git a/Example/PcpdenseToDicom.cxx b/Example/PcpdenseToDicom.cxx index 359ad62e..f9a818cf 100644 --- a/Example/PcpdenseToDicom.cxx +++ b/Example/PcpdenseToDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PcpdenseToDicom.cxx,v $ Language: C++ - Date: $Date: 2008/09/04 14:10:44 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/09/08 08:10:33 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -368,7 +368,7 @@ XY Dimensions 47 50 for( i=0;i> pixelValue; - image[i*NX+j] = (unsigned short int)(pixelValue * 1000.) + image[i*NX+j] = (unsigned short int)(pixelValue * 1000.); } } -- 2.45.0