Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/10 01:56:48 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Permutation/3.3/Permutation.cs

    r2830 r2863  
    9595    int IStringConvertibleMatrixData.Columns {
    9696      get { return 1; }
    97       set { throw new NotSupportedException("Columns cannot be changed."); }
     97      set { throw new NotSupportedException("The number of columns cannot be changed."); }
    9898    }
    9999
Note: See TracChangeset for help on using the changeset viewer.