Changeset 8373
- Timestamp:
- 03/08/07 16:35:30 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8372 r8373 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/03/08 Markus Meyer 22 23 * mpointing/MPointingDevCalc.h: 24 - changed fNumMinStars from 8 to n (in SetNumMinStars) 25 26 27 21 28 2007/03/06 Stefan Ruegamer 22 29 -
trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h
r8315 r8373 61 61 } 62 62 63 void SetNumMinStars(UInt_t n) { fNumMinStars= 8; }63 void SetNumMinStars(UInt_t n) { fNumMinStars=n; } 64 64 void SetNsbLevel(Float_t lvl) { fNsbLevel=lvl; } 65 65 void SetNsbMin(Float_t nsb) { fNsbMin=nsb; }
Note:
See TracChangeset
for help on using the changeset viewer.