Changeset 1413 in Sophya for trunk/SophyaLib/HiStats/ntuple.h
- Timestamp:
- Feb 20, 2001, 7:29:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/ntuple.h
r1405 r1413 97 97 }; 98 98 99 /*! Prints table information on stream \b s (nt.Show( os)) */99 /*! Prints table information on stream \b s (nt.Show(s)) */ 100 100 inline ostream& operator << (ostream& s, NTuple const & nt) 101 101 { nt.Show(s); return(s); }
Note:
See TracChangeset
for help on using the changeset viewer.