Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.ParallelEngine/3.3/ParallelEngine.cs

    r12012 r13368  
    3333  /// This engine is suitable for parallel processing on shared memory systems which provide multiple cores.
    3434  /// </summary>
    35   [StorableClass]
     35  [StorableClass("F6D6429D-DAF4-47AB-98C6-27F620C23280")]
    3636  [Item("Parallel Engine", "Engine for parallel execution of algorithms using multiple threads (suitable for shared memory systems with multiple cores).")]
    3737  public class ParallelEngine : Engine {
Note: See TracChangeset for help on using the changeset viewer.