X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fthreadrecon.cpp;h=4ece6ed3e0f03b784ce34315976c16c2b1c62122;hp=7f4e9518ba30566c16d0b577b2c08aafadc86b89;hb=e98a8a9d72a7b919debbbc9d1b0f237fe71c0fb3;hpb=edd35e8663bc7abd7b8a02b5cc5ec169a5edc0ac diff --git a/src/threadrecon.cpp b/src/threadrecon.cpp index 7f4e951..4ece6ed 100644 --- a/src/threadrecon.cpp +++ b/src/threadrecon.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: threadrecon.cpp,v 1.18 2001/03/04 04:16:20 kevin Exp $ +** $Id: threadrecon.cpp,v 1.19 2001/03/04 04:30:45 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 @@ -116,7 +116,7 @@ ReconstructorSupervisor::ReconstructorSupervisor (SupervisorThread* pThread, Pro BackgroundSupervisor (pThread, pProjView->GetFrame(), pProjView->GetDocument(), "Reconstructing", pProjView->GetDocument()->getProjections().nView()) { m_vecpChildImageFile.reserve (getNumWorkers()); - for (unsigned int iThread = 0; iThread < getNumWorkers(); iThread++) { + for (int iThread = 0; iThread < getNumWorkers(); iThread++) { m_vecpChildImageFile[iThread] = new ImageFile (m_iImageNX, m_iImageNY); }