Changeset 1144 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Aug 28, 2000, 12:59:13 PM (25 years ago)
Author:
ansari
Message:

passage dans histo.cc d'argument int en int_4 pour compatibilite mac.

  1. Y.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos.cc

    r1135 r1144  
    11//
    2 // $Id: histos.cc,v 1.12 2000-08-23 13:56:27 ansari Exp $
     2// $Id: histos.cc,v 1.13 2000-08-28 10:59:13 ansari Exp $
    33//
    44
     
    772772  \endverbatim
    773773*/
    774 int_4 Histo::BinPercent(r_8 x,r_8 per,int& imin,int& imax) const
     774int_4 Histo::BinPercent(r_8 x,r_8 per,int_4& imin,int_4& imax) const
    775775{
    776776imin = imax = -1;
     
    909909  consecutifs, le bin le plus a droite est pris.
    910910*/
    911 int_4 Histo::MaxiLocal(r_8& maxi,int& imax,r_8& maxn,int& imaxn) const
     911int_4 Histo::MaxiLocal(r_8& maxi,int_4& imax,r_8& maxn,int_4& imaxn) const
    912912{
    913913int_4 nml = 0;
     
    11881188  \endverbatim
    11891189*/
    1190 int_4 Histo::EstimeMax(int& im,r_8& xm,int_4 SzPav) const
     1190int_4 Histo::EstimeMax(int_4& im,r_8& xm,int_4 SzPav) const
    11911191{
    11921192xm = 0;
Note: See TracChangeset for help on using the changeset viewer.