From 2bab52c47a759a263d46422e7847de06fe9e3470 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 17 Nov 2005 18:01:59 +0000 Subject: [PATCH] Forget to commit this one CVS ---------------------------------------------------------------------- --- Testing/TestUtil.cxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Testing/TestUtil.cxx b/Testing/TestUtil.cxx index 2f4f47ae..9e884fbf 100644 --- a/Testing/TestUtil.cxx +++ b/Testing/TestUtil.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestUtil.cxx,v $ Language: C++ - Date: $Date: 2005/10/21 08:35:13 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/11/17 18:01:59 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -90,6 +90,14 @@ int TestUtil(int , char *[]) dbl += 1.0; } + + std::cout << "Size of short int " << sizeof(short int) << std::endl; + std::cout << "Size of int " << sizeof(int) << std::endl; + std::cout << "Size of int* " << sizeof(int*) << std::endl; + std::cout << "Size of long " << sizeof(long) << std::endl; + std::cout << "Size of float" << sizeof(float) << std::endl; + std::cout << "Size of double" << sizeof(double) << std::endl; + // CreateCleanString std::string x = "a#@-bc\tdef"; std::string y = gdcm::Util::CreateCleanString(x); -- 2.48.1