X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fctndicom.cpp;h=5762032eda1c09bb781e58a973efc5d441bd05bc;hp=5ad53b55dd5511bc202c8e3624a5dd1be0d2518f;hb=acbdc3e0bc421e5df6fdcea262a66a189d65dad3;hpb=cd93aebb4dec4e0ae88d53f131c2320ae92d0cab diff --git a/libctsim/ctndicom.cpp b/libctsim/ctndicom.cpp index 5ad53b5..5762032 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.4 2001/03/02 05:10:22 kevin Exp $ +** $Id: ctndicom.cpp,v 1.5 2001/03/05 15:10:58 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 @@ -177,7 +177,7 @@ DicomImporter::loadProjections() } DCM_TAG somatomTag = DCM_MAKETAG(TAG_GROUP_SOMATOM, TAG_MEMBER_SOMATOM_DATA); - DCM_ELEMENT elemProjections = {somatomTag, DCM_OT, "", 1, 0, NULL}; + DCM_ELEMENT elemProjections = {somatomTag, DCM_UNKNOWN, "", 1, 0, NULL}; if (DCM_GetElementSize (&m_pFile, elemProjections.tag, &lRtnLength) != DCM_NORMAL) { m_bFail = true; m_strFailMessage = "Can't find projection data";