Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/16 14:25:28 (8 years ago)
Author:
gkronber
Message:

#2650: work in progress..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs

    r14232 r14237  
    639639              il.Emit(System.Reflection.Emit.OpCodes.Ldc_R8, varNode.VariableValue);
    640640              il.Emit(System.Reflection.Emit.OpCodes.Call, string_eq);
     641              throw new NotSupportedException();
    641642              // TODO: convert bool to 1 / 0?
    642643            } else {
     
    652653              il.Emit(System.Reflection.Emit.OpCodes.Ldc_R8, varNode.VariableValue);
    653654              il.Emit(System.Reflection.Emit.OpCodes.Call, string_eq);
     655              throw new NotSupportedException();
    654656              // TODO: convert bool to 1 / 0?
    655657              il.Emit(System.Reflection.Emit.OpCodes.Br, normalResult);
Note: See TracChangeset for help on using the changeset viewer.