Ignore:
Timestamp:
May 17, 2001, 5:43:42 PM (24 years ago)
Author:
ansari
Message:

Commit de la modif toi2map.cc .h par Cecile - Reza 17/5/2001

File:
1 edited

Legend:

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

    r1463 r1498  
    1515//                         |
    1616//                    -----------
    17 //   toi AlphaIn ---> |         |
    18 //   toi DeltaIn ---> | TOI2Map |
     17//   toi Coord1In ---> |         |
     18//   toi Coord2In ---> | TOI2Map |
    1919//   toi BoloIn  ---> |         |
    2020//                    -----------
     
    2727  virtual void  init(void); 
    2828  virtual void  run(void);
    29   inline  void  SetCoorGal(bool fg=false,double actualyear=2000.)
    30                           {mTypCoor = fg; mActualYear = actualyear;}
     29  inline  void  SetCoorGal(bool mfg=false,bool ffg=false,double actualyear=2000.)
     30                          {mTypCoor = mfg; fTypCoor = ffg; mActualYear = actualyear;}
    3131 
    3232protected:
     
    3535  bool mWSphInternal;
    3636  bool mTypCoor;
     37  bool fTypCoor;
    3738  double mActualYear;
    3839};
Note: See TracChangeset for help on using the changeset viewer.