Changeset 20096 for trunk/Mars/mcamera
- Timestamp:
- 05/07/21 12:37:39 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcamera/MCameraDC.cc
r9010 r20096 106 106 Float_t MCameraDC::GetMin() const 107 107 { 108 Float_t val = (UInt_t)-1;108 Float_t val = std::numeric_limits<Float_t>::max(); 109 109 for (int i=0; i<fArray.GetSize(); i++) 110 110 val = TMath::Min(val, GetCurrent(i));
Note:
See TracChangeset
for help on using the changeset viewer.