Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Common/3.3/Point2D.cs

    r14860 r14929  
    2323using System.ComponentModel;
    2424using System.Globalization;
     25using HeuristicLab.Persistence;
    2526
    2627namespace HeuristicLab.Common {
    2728  [Serializable]
     29  [StorableType("64c7d002-d5e0-4596-b9d9-c027025f5e9c")]
    2830  public struct Point2D<T> where T : struct, IEquatable<T> {
    2931    public static readonly Point2D<T> Empty = new Point2D<T>();
Note: See TracChangeset for help on using the changeset viewer.