Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/19/09 17:09:45 (15 years ago)
Author:
epitzer
Message:

Fix EmptyStorableClass attributes. (#603)

File:
1 edited

Legend:

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

    r1669 r1853  
    2626using System.Xml;
    2727using HeuristicLab.Core;
     28using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2829
    2930namespace HeuristicLab.Data {
     
    3132  /// A two-dimensional matrix consisting of double values.
    3233  /// </summary>
     34  [EmptyStorableClass]
    3335  public class DoubleMatrixData : ArrayDataBase {
    3436    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.