X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadproj.cpp;h=db6070c1484a8a5b12bd92ddc9fb228556aca137;hp=2978c61c342ebb6b98cc63c366449e366ecaa6ef;hb=4d5f56994972346351a48730315a7d85924103ba;hpb=cb0608392968d4509c0fbcf9b029ac5e5923e171 diff --git a/src/threadproj.cpp b/src/threadproj.cpp index 2978c61..db6070c 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.2 2001/02/25 15:27:28 kevin Exp $ +** $Id: threadproj.cpp,v 1.3 2001/02/25 16:21:36 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 @@ -248,7 +248,7 @@ ProjectorWorker::Entry () #endif break; } - m_pScanner->collectProjections (*m_pProjections, rPhantom, iUnit + m_iStartUnit, 1, true, Trace::TRACE_NONE); + m_pScanner->collectProjections (*m_pProjections, rPhantom, iUnit + m_iStartUnit, 1, iUnit, Trace::TRACE_NONE); wxPostEvent (m_pSupervisor, eventProgress); } }