Changeset 1889


Ignore:
Timestamp:
04/02/03 14:54:33 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1888 r1889  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/04/02: Abelardo Moralejo
     4
     5   * mdata/MDataValue.h
     6     - added default constructor (otherwise, no constant values
     7       can be used in the parameters used in the random forest
     8       separation)
    29
    310 2003/04/02: Wolfgang Wittek
  • trunk/MagicSoft/Mars/mdata/MDataValue.h

    r1481 r1889  
    1818
    1919public:
    20     MDataValue(Double_t v) : fValue(v)
     20    MDataValue(Double_t v = 0.) : fValue(v)
    2121    {
    2222    }
Note: See TracChangeset for help on using the changeset viewer.