X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fbackgroundsupr.cpp;h=4f9e4c616eaab24cb1cf256b8e448048231ed1ab;hb=4d5f56994972346351a48730315a7d85924103ba;hp=da2120db352c8b13c0bb3454f653527de7fdce74;hpb=8bf5da21ee7bc7417c385da8c4fb0b67025804fa;p=ctsim.git diff --git a/src/backgroundsupr.cpp b/src/backgroundsupr.cpp index da2120d..4f9e4c6 100644 --- a/src/backgroundsupr.cpp +++ b/src/backgroundsupr.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: backgroundsupr.cpp,v 1.4 2001/02/25 08:43:03 kevin Exp $ +** $Id: backgroundsupr.cpp,v 1.6 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 @@ -74,7 +74,7 @@ BackgroundSupervisor::BackgroundSupervisor (wxFrame* pParentFrame, wxDocument* p wxEvtHandler() { m_iNumThreads = theApp->getNumberCPU(); - // ++m_iNumThreads; +// ++m_iNumThreads; m_vecpThreads.reserve (m_iNumThreads); for (int iThread = 0; iThread < m_iNumThreads; iThread++)