Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/16 14:09:54 (8 years ago)
Author:
pkuelzer
Message:

#2558 cloning constructor to public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/IslandALPS/IslandALPS/3.3/IslandAlpsAlgorithmMainLoop.cs

    r13723 r13962  
    2626
    2727    [StorableConstructor]
    28     private IslandAlpsAlgorithmMainLoop(bool deserializing) : base(deserializing) {}
     28    public IslandAlpsAlgorithmMainLoop(bool deserializing) : base(deserializing) {}
    2929
    3030    #region Parameter Properties
     
    196196    #endregion
    197197
    198     private IslandAlpsAlgorithmMainLoop(IslandAlpsAlgorithmMainLoop original, Cloner cloner) :
     198    public IslandAlpsAlgorithmMainLoop(IslandAlpsAlgorithmMainLoop original, Cloner cloner) :
    199199      base(original, cloner) {}
    200200
Note: See TracChangeset for help on using the changeset viewer.