Changeset 3156 in Sophya for trunk/SophyaLib/HiStats/histerr.h


Ignore:
Timestamp:
Jan 22, 2007, 6:23:55 PM (19 years ago)
Author:
cmv
Message:

add write and read in/from ASCII file cmv 22/01/2007

File:
1 edited

Legend:

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

    r3147 r3156  
    144144  void Show() const { Show(cout); }
    145145
     146  // Write ASCII
     147  int WriteASCII(string fname);
     148  int ReadASCII(string fname);
     149
    146150protected:
    147151  void CreateOrResize(r_8 xmin,r_8 xmax,int_4 nx);
Note: See TracChangeset for help on using the changeset viewer.