Ausgabe nicht mehr nötig
This commit is contained in:
		
							parent
							
								
									a8cdc4b241
								
							
						
					
					
						commit
						411b4e7e59
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -89,7 +89,6 @@ int _tmain(int argc, _TCHAR* argv[])
 | 
				
			||||||
	for (uint i = 0; i < numElements; i++)
 | 
						for (uint i = 0; i < numElements; i++)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		cells[i] = new Cell(i, globalPIC);
 | 
							cells[i] = new Cell(i, globalPIC);
 | 
				
			||||||
		printf("Pos %2d: %d\n", i, cells[i]->value);
 | 
					 | 
				
			||||||
		if (cells[i]->value)
 | 
							if (cells[i]->value)
 | 
				
			||||||
			numOnes++;
 | 
								numOnes++;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue