Changeset 2863 for trunk/sources/HeuristicLab.Permutation
- Timestamp:
- 02/25/10 01:56:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Permutation/3.3/Permutation.cs
r2830 r2863 95 95 int IStringConvertibleMatrixData.Columns { 96 96 get { return 1; } 97 set { throw new NotSupportedException(" Columns cannot be changed."); }97 set { throw new NotSupportedException("The number of columns cannot be changed."); } 98 98 } 99 99
Note: See TracChangeset
for help on using the changeset viewer.