X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fphantom.cpp;h=4d2cc28fbbc03896eaed2f6bfbcb72e331640dc8;hp=dff1d0ee6bcc137ab1257d31d828921ffc937f96;hb=5a6caa64e880f613b82e516031028d02fd127257;hpb=432ba2c487a5320352f14bdd2cce008fccef6902 diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index dff1d0e..4d2cc28 100644 --- a/libctsim/phantom.cpp +++ b/libctsim/phantom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: phantom.cpp,v 1.30 2001/02/27 03:59:30 kevin Exp $ +** $Id: phantom.cpp,v 1.31 2001/03/24 05:28:28 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 @@ -28,7 +28,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 double PhantomElement::SCALE_PELEM_EXTENT=0.000; // increase pelem limits by 0.5% +//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;