Changeset 5298 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 10/20/04 16:21:23 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MArrayF.h
r5088 r5298 96 96 } 97 97 98 void Reset(Float_t f) 99 { 100 for (UInt_t i=0; i<fN; i++) 101 fArray[i] = f; 102 } 103 98 104 void Set(UInt_t n) 99 105 {
Note:
See TracChangeset
for help on using the changeset viewer.