Changeset 3053 in Sophya for trunk/SophyaLib/HiStats/histos.h


Ignore:
Timestamp:
Aug 12, 2006, 7:29:29 PM (19 years ago)
Author:
cmv
Message:

correction bug + addaptation pour ecriture fits cmv 12/8/2006

File:
1 edited

Legend:

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

    r3049 r3053  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.22 2006-08-11 16:10:13 cmv Exp $
     3// $Id: histos.h,v 1.23 2006-08-12 17:29:29 cmv Exp $
    44//
    55
     
    158158 
    159159protected:
    160   void Delete();
     160  void CreateOrResize(r_8 xMin, r_8 xMax, int_4 nBin);
     161  void Delete(void); // Ne pas passer en "virtual"
    161162
    162163  r_8*   mData;    //!< donnees
Note: See TracChangeset for help on using the changeset viewer.