Changeset 3011 in Sophya for trunk/SophyaLib/SUtils/datacards.h


Ignore:
Timestamp:
Jul 7, 2006, 1:16:02 PM (19 years ago)
Author:
ansari
Message:

petite correction dans la doc / commentaires , Reza 07/07/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/datacards.h

    r1258 r3011  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: datacards.h,v 1.4 2000-10-24 17:35:04 ansari Exp $
     3// $Id: datacards.h,v 1.5 2006-07-07 11:16:02 ansari Exp $
    44//
    55// Datacards, acquisition EROS II
     
    5959
    6060protected:
     61  /*! \cond
     62    Card structure - for internal use by DataCard
     63  */
    6164   struct Card {
    6265     string kw;
     
    7174     bool operator < (CrdPF const & b) const { return(pf == b.pf); }
    7275   };
    73 
     76  /*! \endcond */
    7477   void  DoReadFile(string const& fn);
    7578
Note: See TracChangeset for help on using the changeset viewer.