Changeset 2039 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- May 31, 2002, 5:44:55 PM (23 years ago)
- Location:
- trunk/ArchTOIPipe/ProcWSophya
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/map2toi.cc
r1809 r2039 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: map2toi.cc,v 1.1 0 2001-12-03 20:38:02 cmvExp $5 // $Id: map2toi.cc,v 1.11 2002-05-31 15:44:54 ansari Exp $ 6 6 7 7 #include "toimanager.h" … … 14 14 //////////////////////////////////////////////////////////////////////// 15 15 Map2TOI::Map2TOI(SphereHEALPix<r_8>& sph) 16 : mSph(sph) 16 : mSph(sph), totnscount(0) 17 17 { 18 18 SetBad(); -
trunk/ArchTOIPipe/ProcWSophya/map2toi.h
r1809 r2039 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: map2toi.h,v 1. 7 2001-12-03 20:38:02 cmvExp $7 // $Id: map2toi.h,v 1.8 2002-05-31 15:44:55 ansari Exp $ 8 8 9 9 #ifndef MAP2TOI_H … … 62 62 // Print 63 63 void Print(::ostream & os); 64 inline int_8 ProcessedSampleCount() const { return totnscount; } 64 65 65 66 protected: … … 68 69 unsigned long long mBadFlag; 69 70 double mActualYear; 71 72 int_8 totnscount; // Nombre total d'echantillon processe 70 73 }; 71 74
Note:
See TracChangeset
for help on using the changeset viewer.