X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fbackgroundsupr.cpp;fp=src%2Fbackgroundsupr.cpp;h=129b38fa642482f11ed518daf37e06ef45f7caf2;hp=09560c4068ef6d8f2d1ecfe52fb7858055e8e46e;hb=8cce345df80fdbeea1c03a04a71d805951a87b74;hpb=7af7f4eb207891a4c0bfc60233b90847fd9b96cf diff --git a/src/backgroundsupr.cpp b/src/backgroundsupr.cpp index 09560c4..129b38f 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.10 2001/03/02 21:11:50 kevin Exp $ +** $Id: backgroundsupr.cpp,v 1.11 2001/03/04 03:14:47 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 @@ -71,7 +71,7 @@ BackgroundSupervisor::BackgroundSupervisor (SupervisorThread* pMyThread, wxFrame wxEvtHandler() { m_iNumThreads = theApp->getNumberCPU(); - ++m_iNumThreads; + // ++m_iNumThreads; m_vecpThreads.reserve (m_iNumThreads); for (int iThread = 0; iThread < m_iNumThreads; iThread++)