Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8364


Ignore:
Timestamp:
07/30/12 22:46:06 (12 years ago)
Author:
jkarder
Message:

#1906: added parameter description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/SubScopesCounter.cs

    r8361 r8364  
    5353      #region Backwards compatible code, remove with 3.4
    5454      if (!Parameters.ContainsKey("Accumulate"))
    55         Parameters.Add(new ValueParameter<BoolValue>("Accumulate", ".", new BoolValue(true)));
     55        Parameters.Add(new ValueParameter<BoolValue>("Accumulate", "True if the number of direct sub-scopes should be accumulated, false if the number should be assigned.", new BoolValue(true)));
    5656      #endregion
    5757    }
Note: See TracChangeset for help on using the changeset viewer.