From 9c15396abc5e341b8e2bc64884a9c1708b9f158d Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 26 Jun 2007 15:42:45 +0000 Subject: [PATCH] Some Updates --- Testing/TestMakeIcon.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Testing/TestMakeIcon.cxx b/Testing/TestMakeIcon.cxx index 225d528e..3f88d4c9 100644 --- a/Testing/TestMakeIcon.cxx +++ b/Testing/TestMakeIcon.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestMakeIcon.cxx,v $ Language: C++ - Date: $Date: 2007/06/21 14:59:06 $ - Version: $Revision: 1.12 $ + Date: $Date: 2007/06/26 15:42:45 $ + Version: $Revision: 1.13 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -79,8 +79,8 @@ int TestMakeIcon (int argc, char *argv[]) sqi->InsertEntryString( "8", 0x0028,0x0101, "US"); sqi->InsertEntryString( "7", 0x0028,0x0102, "US"); sqi->InsertEntryString( "0", 0x0028,0x0103, "US"); - sqi->InsertEntryBinArea( (uint8_t *)binVal, 3*2, 0x0005,0x0010,"OW"); - sqi->InsertEntryBinArea( pixels, lgth, 0x7fe0,0x0010); + sqi->InsertEntryBinArea( (uint8_t *)binVal, 3*2, 0x0005,0x0010,"OB"); + sqi->InsertEntryBinArea( pixels, lgth, 0x7fe0,0x0010,"OB"); // just to see if it's stored a the right place sqi->InsertEntryString( "128", 0x0028,0x0011, "US"); -- 2.45.1