X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fthreadproj.cpp;h=85e88e19d0755e969c5ae67bbc29fbdb38612b09;hb=8c4bf782e9f152e1c7a6af45337ebf1c65b1c150;hp=d61c4221c3f8f5e51be7b54e405dfd73bddb9367;hpb=bd1d464294e037da19ccc80d8cc60475768eb2ca;p=ctsim.git diff --git a/src/threadproj.cpp b/src/threadproj.cpp index d61c422..85e88e1 100644 --- a/src/threadproj.cpp +++ b/src/threadproj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadproj.cpp,v 1.16 2001/09/24 09:40:42 kevin Exp $ +** $Id: threadproj.cpp,v 1.17 2001/09/24 15:16:41 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 @@ -242,7 +242,8 @@ ProjectorWorker::Entry () #endif break; } - m_pScanner->collectProjections (*m_pProjections, rPhantom, iUnit + m_iStartUnit, 1, iUnit, Trace::TRACE_NONE); + m_pScanner->collectProjections (*m_pProjections, rPhantom, iUnit + m_iStartUnit, 1, + m_iOffsetView, iUnit, Trace::TRACE_NONE); m_pSupervisor->onWorkerUnitTick(); } }