Changeset 3011 in Sophya for trunk/SophyaLib
- Timestamp:
- Jul 7, 2006, 1:16:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/datacards.h
r1258 r3011 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: datacards.h,v 1. 4 2000-10-24 17:35:04ansari Exp $3 // $Id: datacards.h,v 1.5 2006-07-07 11:16:02 ansari Exp $ 4 4 // 5 5 // Datacards, acquisition EROS II … … 59 59 60 60 protected: 61 /*! \cond 62 Card structure - for internal use by DataCard 63 */ 61 64 struct Card { 62 65 string kw; … … 71 74 bool operator < (CrdPF const & b) const { return(pf == b.pf); } 72 75 }; 73 76 /*! \endcond */ 74 77 void DoReadFile(string const& fn); 75 78
Note:
See TracChangeset
for help on using the changeset viewer.