Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/08 00:46:52 (17 years ago)
Author:
swagner
Message:

Made operator classes public

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.RealVector/BoundsChecker.cs

    r95 r102  
    2727
    2828namespace HeuristicLab.RealVector {
    29   class BoundsChecker : OperatorBase {
     29  public class BoundsChecker : OperatorBase {
    3030    public override string Description {
    3131      get { return "Checks if all elements of a real vector are inside a given minimum and maximum value. If not, elements are corrected."; }
Note: See TracChangeset for help on using the changeset viewer.