X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fphantom.cpp;h=e6d4a6299fad95ee07d0af777f2c62ee2219247b;hp=59b46ce4ccf3dc5aca9950999dd820c5c8170341;hb=dc034c9d0b7d9c3874a324a4c2c189a02945adc8;hpb=74377b5c32f908a9d5a7665f4ad81d35619272f9 diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index 59b46ce..e6d4a62 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.19 2000/11/09 00:12:25 kevin Exp $ +** $Id: phantom.cpp,v 1.22 2000/12/16 06:12:47 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,6 +27,8 @@ #include "ct.h" +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; @@ -309,7 +311,7 @@ Phantom::show () const show (sgp); - cout << "Press return to continue"; + std::cout << "Press return to continue"; cio_kb_getc(); }