Changeset 477
- Timestamp:
- 08/09/08 13:38:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Functions/BakedTreeEvaluator.cs
r460 r477 68 68 instr.symbol = EvaluatorSymbolTable.MapFunction(f.functionType); 69 69 switch(instr.symbol) { 70 case EvaluatorSymbolTable.DIFFERENTIAL: 70 71 case EvaluatorSymbolTable.VARIABLE: { 71 72 instr.i_arg0 = (int)f.data[0]; // var
Note: See TracChangeset
for help on using the changeset viewer.