From 4f6f583c2b5541149942816a8ed97bd548e2b48e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 8 May 2002 07:00:07 +0000 Subject: [PATCH] r1985: *** empty log message *** --- libctsim/ctndicom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctsim/ctndicom.cpp b/libctsim/ctndicom.cpp index 2209fba..fff3f77 100644 --- a/libctsim/ctndicom.cpp +++ b/libctsim/ctndicom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctndicom.cpp,v 1.12 2001/03/13 14:53:44 kevin Exp $ +** $Id: ctndicom.cpp,v 1.13 2002/05/08 07:00:07 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -191,7 +191,7 @@ DicomImporter::loadProjections() } DCM_TAG somatomTag = DCM_MAKETAG(TAG_GROUP_SOMATOM, TAG_MEMBER_SOMATOM_DATA); - DCM_ELEMENT elemProjections = {somatomTag, DCM_UNKNOWN, "", 1, 0, NULL}; + DCM_ELEMENT elemProjections = {somatomTag, DCM_UN, "", 1, 0, NULL}; if (DCM_GetElementSize (&m_pFile, elemProjections.tag, &lRtnLength) != DCM_NORMAL) { m_bFail = true; m_strFailMessage = "Can't find projection data"; -- 2.34.1