Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 03:00:00 (14 years ago)
Author:
swagner
Message:

Removed property ReadOnlyView (#969)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/IntMatrix.cs

    r3430 r3431  
    4141      IntMatrix clone = new IntMatrix();
    4242      cloner.RegisterClonedObject(this, clone);
    43       clone.ReadOnlyView = ReadOnlyView;
    4443      clone.matrix = (int[,])matrix.Clone();
    4544      clone.columnNames = new List<string>(columnNames);
Note: See TracChangeset for help on using the changeset viewer.