Changeset 2507 in Sophya for trunk/SophyaLib/HiStats/hisprof.h


Ignore:
Timestamp:
Mar 15, 2004, 5:47:21 PM (22 years ago)
Author:
ansari
Message:

Remplacement THROW par throw et suppression END_CONSTRUCTOR - Reza 15/03/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/hisprof.h

    r2479 r2507  
    9898inline HProf operator + (const HProf& a, const HProf& b)
    9999{
    100 if (b.NBins()!=a.NBins()) THROW(sizeMismatchErr);
     100if (b.NBins()!=a.NBins()) throw SzMismatchError("HProf::operator +");
    101101HProf c(a);
    102102return (c += b);
Note: See TracChangeset for help on using the changeset viewer.