Changeset 10147
- Timestamp:
- 11/20/13 15:36:24 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/EditableDataset.cs
r10146 r10147 54 54 55 55 public override bool ReadOnly { 56 get { return true; }56 get { return false; } 57 57 } 58 58 -
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Dataset.cs
r10146 r10147 213 213 } 214 214 public virtual bool ReadOnly { 215 get { return false; }215 get { return true; } 216 216 } 217 217
Note: See TracChangeset
for help on using the changeset viewer.