Changeset 3184 in Sophya for trunk/SophyaLib/HiStats/hist2err.h


Ignore:
Timestamp:
Feb 13, 2007, 3:28:00 PM (19 years ago)
Author:
cmv
Message:

write Histo2DErr into ASCII file cmv 13/02/2007

File:
1 edited

Legend:

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

    r3147 r3184  
    153153  void Show() const { Show(cout); }
    154154
     155  // Write ASCII
     156  int WriteASCII(string fname);
     157  int ReadASCII(string fname);
     158
    155159protected:
    156160  void CreateOrResize(r_8 xmin,r_8 xmax,int_4 nx,r_8 ymin,r_8 ymax,int_4 ny);
Note: See TracChangeset for help on using the changeset viewer.