X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadproj.cpp;fp=src%2Fthreadproj.cpp;h=85e88e19d0755e969c5ae67bbc29fbdb38612b09;hp=d61c4221c3f8f5e51be7b54e405dfd73bddb9367;hb=32a936e1f7c9e7b9909af718b1be8075380640c0;hpb=e56cb7b50327aff135727e3c9b3c3d2dd58b6f20 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(); } }