Changeset 2012 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.h
- Timestamp:
- May 16, 2002, 10:39:53 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r1809 r2012 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 4 2001-12-03 20:38:03 cmvExp $7 // $Id: toi2map.h,v 1.15 2002-05-16 20:39:53 ansari Exp $ 8 8 9 9 #ifndef TOI2MAP_H … … 71 71 // Print 72 72 void Print(::ostream & os); 73 inline int_8 ProcessedSampleCount() const { return totnscount; } 73 74 74 75 protected: … … 83 84 uint_8 mBadFlag; 84 85 r_8 mValMin,mValMax; 86 int_8 totnscount; // Nombre total d'echantillon processe 87 85 88 }; 86 89
Note:
See TracChangeset
for help on using the changeset viewer.