Ausgabe nicht mehr nötig

This commit is contained in:
Jonny007-MKD 2013-11-21 21:40:11 +01:00
parent a8cdc4b241
commit 411b4e7e59
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ int _tmain(int argc, _TCHAR* argv[])
for (uint i = 0; i < numElements; i++)
{
cells[i] = new Cell(i, globalPIC);
printf("Pos %2d: %d\n", i, cells[i]->value);
if (cells[i]->value)
numOnes++;
}