Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/06/15 14:02:40 (8 years ago)
Author:
pfleck
Message:

#2269 Fixed wrong parameter descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/ResultsHistoryWiper.cs

    r13124 r13128  
    3030
    3131namespace HeuristicLab.Algorithms.ALPS {
    32   [Item("ResultsHistoryWiper",
    33     "An operator that removes the history of a ResultsCollection by setting all values in all DataTables to NaN.")]
     32  [Item("ResultsHistoryWiper", "An operator that removes the history of a ResultsCollection by setting all values in all DataTables to NaN.")]
    3433  [StorableClass]
    3534  public class ResultsHistoryWiper : SingleSuccessorOperator {
Note: See TracChangeset for help on using the changeset viewer.