From: Kevin M. Rosenberg Date: Wed, 8 May 2002 07:00:07 +0000 (+0000) Subject: r1985: *** empty log message *** X-Git-Tag: debian-4.5.3-3~259 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=4f6f583c2b5541149942816a8ed97bd548e2b48e r1985: *** empty log message *** --- 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";