Changeset 2039 in Sophya for trunk/ArchTOIPipe/ProcWSophya


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

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

Location:
trunk/ArchTOIPipe/ProcWSophya
Files:
2 edited

Legend:

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

    r1809 r2039  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: map2toi.cc,v 1.10 2001-12-03 20:38:02 cmv Exp $
     5// $Id: map2toi.cc,v 1.11 2002-05-31 15:44:54 ansari Exp $
    66
    77#include "toimanager.h"
     
    1414////////////////////////////////////////////////////////////////////////
    1515Map2TOI::Map2TOI(SphereHEALPix<r_8>& sph)
    16 : mSph(sph)
     16: mSph(sph), totnscount(0)
    1717{
    1818 SetBad();
  • 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.