Changeset 14875 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool
- Timestamp:
- 04/18/17 01:15:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/ManagedPoolProvider.cs
r14834 r14875 40 40 var temp = new T[PartitionSize]; 41 41 42 for (var i = 0 ; i < PartitionSize; i++) {42 for (var i = 0u; i < PartitionSize; i++) { 43 43 temp[i] = factory(); 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.