Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/03/08 21:53:41 (16 years ago)
Author:
gkronber
Message:

killed TrueConstraint and FalseConstraint (#416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Constraints/NotConstraintView.cs

    r2 r893  
    9999          NotConstraint.SubConstraint = (ConstraintBase)Activator.CreateInstance(itemTypes[subConstraintComboBox.SelectedIndex]);
    100100        } catch (Exception) {
    101           NotConstraint.SubConstraint = new FalseConstraint();
     101          NotConstraint.SubConstraint = null;
    102102        }
    103103      }
Note: See TracChangeset for help on using the changeset viewer.