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