- Timestamp:
- 04/21/10 09:50:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/AntInterpreter.cs
r3410 r3457 93 93 // expression evaluated completly => start at root again 94 94 if (nodeStack.Count == 0) { 95 nodeStack.Push(Expression.Root.SubTrees[0] );95 nodeStack.Push(Expression.Root.SubTrees[0].SubTrees[0]); 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.