Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/16/09 09:45:08 (15 years ago)
Author:
gkronber
Message:

Fixed compile error (introduced with r2047). #644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs

    r2047 r2048  
    7373      store.Add(new Statement(modelEntity, Ontology.InstanceOf, Ontology.TypeModel));
    7474      StoreEntityAttribute(modelEntity, Ontology.TargetVariable, finishedAlgorithm.Model.TargetVariable);
    75       StoreEntityAttribute(modelEntity, Ontology.AlgorithmName, finishedAlgorithm.Description);
     75      StoreEntityAttribute(modelEntity, Ontology.Name, finishedAlgorithm.Description);
    7676     
    7777      IModel model = finishedAlgorithm.Model;
Note: See TracChangeset for help on using the changeset viewer.