Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/15 16:39:12 (8 years ago)
Author:
gkronber
Message:

#2069: reviewing and minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/Symbols/Logical Expressions/Logical Comparators/LessThan.cs

    r13011 r13013  
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2828
    29 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode {
     29namespace HeuristicLab.Problems.GeneticProgramming.Robocode {
    3030  [StorableClass]
    3131  public class LessThan : CodeNode, ILogicalComparator {
     
    5252      ISymbolicExpressionTreeNode lhs = null, rhs = null;
    5353      if (children.Count() != 2)
    54         throw new Exception("Unexpected number of children. Expected 2 children.");
     54        throw new Exception("Unexpected number of children. Expected two children.");
    5555
    5656      lhs = children.First();
Note: See TracChangeset for help on using the changeset viewer.