r1985: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 8 May 2002 07:00:07 +0000 (07:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 8 May 2002 07:00:07 +0000 (07:00 +0000)
libctsim/ctndicom.cpp

index 2209fba2706e40236729782e5dfcaac15a53edad..fff3f77edbe4dc2c980591b32892e53b6e491868 100644 (file)
@@ -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";