Changeset 2507 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Mar 15, 2004, 5:47:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r2479 r2507 98 98 inline HProf operator + (const HProf& a, const HProf& b) 99 99 { 100 if (b.NBins()!=a.NBins()) THROW(sizeMismatchErr);100 if (b.NBins()!=a.NBins()) throw SzMismatchError("HProf::operator +"); 101 101 HProf c(a); 102 102 return (c += b);
Note:
See TracChangeset
for help on using the changeset viewer.