Changeset 1807 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Dec 1, 2001, 2:35:15 PM (24 years ago)
Author:
aubourg
Message:

gph424

Location:
trunk/ArchTOIPipe/ProcWSophya
Files:
2 edited

Legend:

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

    r1806 r1807  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2map.cc,v 1.22 2001-12-01 13:34:08 aubourg Exp $
     5// $Id: toi2map.cc,v 1.23 2001-12-01 13:35:15 aubourg Exp $
    66
    77#include "machdefs.h"
     
    99#include "pexceptions.h"
    1010#include "ctimer.h"
    11 #include "toigmap.h"
     11#include "toi2map.h"
    1212
    1313////////////////////////////////////////////////////////////////////////
  • trunk/ArchTOIPipe/ProcWSophya/toi2map.h

    r1805 r1807  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi2map.h,v 1.12 2001-11-30 21:07:16 aubourg Exp $
     7// $Id: toi2map.h,v 1.13 2001-12-01 13:34:09 aubourg Exp $
    88
    99#ifndef TOI2GMAP_H
     
    3535// Si les CoordIn et les CoordOut sont equatoriales -> meme equinoxe!
    3636
    37 class TOI2GMap : public TOIProcessor {
     37class TOI2Map : public TOIProcessor {
    3838public:
    39                  TOI2GMap(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL);
    40   virtual       ~TOI2GMap();
     39                 TOI2Map(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL);
     40  virtual       ~TOI2Map();
    4141
    4242  virtual void  init(void);
Note: See TracChangeset for help on using the changeset viewer.