X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fbackgroundsupr.cpp;fp=src%2Fbackgroundsupr.cpp;h=4f9e4c616eaab24cb1cf256b8e448048231ed1ab;hp=0a09ef8614cec93ac83c1b9c14ba75b40a4bac35;hb=4d5f56994972346351a48730315a7d85924103ba;hpb=cb0608392968d4509c0fbcf9b029ac5e5923e171 diff --git a/src/backgroundsupr.cpp b/src/backgroundsupr.cpp index 0a09ef8..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.5 2001/02/25 15:27:28 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++)