Ignore:
Timestamp:
May 31, 2002, 5:44:55 PM (23 years ago)
Author:
ansari
Message:

Ameliorations mineures (ProcSampleCount()) ds Map2TOI - Reza 31/5/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/map2toi.h

    r1809 r2039  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: map2toi.h,v 1.7 2001-12-03 20:38:02 cmv Exp $
     7// $Id: map2toi.h,v 1.8 2002-05-31 15:44:55 ansari Exp $
    88
    99#ifndef MAP2TOI_H
     
    6262  // Print
    6363  void Print(::ostream & os);
     64  inline int_8  ProcessedSampleCount() const { return totnscount; }
    6465
    6566protected:
     
    6869  unsigned long long mBadFlag;
    6970  double mActualYear;
     71
     72  int_8 totnscount;   // Nombre total d'echantillon processe
    7073};
    7174
Note: See TracChangeset for help on using the changeset viewer.