Changeset 8373 for trunk


Ignore:
Timestamp:
03/08/07 16:35:30 (18 years ago)
Author:
meyer
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8372 r8373  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/03/08 Markus Meyer
     22
     23   * mpointing/MPointingDevCalc.h:
     24     - changed fNumMinStars from 8 to n (in SetNumMinStars)
     25
     26
     27
    2128 2007/03/06 Stefan Ruegamer
    2229
  • trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h

    r8315 r8373  
    6161    }
    6262
    63     void SetNumMinStars(UInt_t n)  { fNumMinStars=8; }
     63    void SetNumMinStars(UInt_t n)  { fNumMinStars=n; }
    6464    void SetNsbLevel(Float_t lvl)  { fNsbLevel=lvl;  }
    6565    void SetNsbMin(Float_t nsb)    { fNsbMin=nsb;    }
Note: See TracChangeset for help on using the changeset viewer.