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/ConstrainedDoubleData.cs

    r1669 r1853  
    2626using HeuristicLab.Core;
    2727using System.Globalization;
     28using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2829
    2930namespace HeuristicLab.Data {
     
    3132  /// Represents a double value having some constraints (e.g. smaller than 5.3).
    3233  /// </summary>
     34  [EmptyStorableClass]
    3335  public class ConstrainedDoubleData : ConstrainedObjectData {
    3436    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.