X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fphantom.cpp;h=6e3537dbe4757fd1e787e94d8ad08e697e0fcfdd;hp=6058ce77e947c6789bb8919088d54b1b8d25474a;hb=ee0105d74fec9d6bfd236e22e9e1d315e46c568e;hpb=806adf54f5b8d061662696b3b498bfab3cd8b2e6 diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index 6058ce7..6e3537d 100644 --- a/libctsim/phantom.cpp +++ b/libctsim/phantom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phantom.cpp,v 1.20 2000/12/04 05:36:57 kevin Exp $ +** $Id: phantom.cpp,v 1.21 2000/12/06 01:46:43 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 @@ -27,8 +27,8 @@ #include "ct.h" -const int Phantom::POINTS_PER_CIRCLE = 360; -const double Phantom::SCALE_PELEM_EXTENT=0.005; // increase pelem limits by 0.5% +const int PhantomElement::POINTS_PER_CIRCLE = 360; +const double PhantomElement::SCALE_PELEM_EXTENT=0.005; // increase pelem limits by 0.5% const int Phantom::PHM_INVALID = -1; const int Phantom::PHM_HERMAN = 0;