Ignore:
Timestamp:
Jul 16, 2002, 6:38:48 PM (23 years ago)
Author:
cecile
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2099 r2102  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2toi_addsp.cc,v 1.2 2002-07-16 15:26:19 cecile Exp $
     5// $Id: toi2toi_addsp.cc,v 1.3 2002-07-16 16:38:48 cecile Exp $
    66
    77#include "machdefs.h"
     
    4545  declareInput("lat");
    4646 
    47   declareOutput("BoloOut"); 
     47  declareOutput("BoloOut");
    4848}
    4949
     
    131131return;     
    132132}
     133
     134//--------------------------------------------------------------------
     135//--------------------------------------------------------------------
     136//--------------------------------------------------------------------
     137//--------------------------------------------------------------------
     138//--------------------------------------------------------------------
     139//--------------------------------------------------------------------
     140void Fill_Info_scr(Info_src* scr, int_4 ns)
     141{
     142  for (int i=0; i<ns ; i++){
     143    scr[i].glon = 80.+i*10.;
     144    scr[i].glat = 0.;
     145    scr[i].amp  = 1.;
     146    scr[i].tau1 = 0.5;
     147    scr[i].tau2 = 0.5;
     148  }
     149}
Note: See TracChangeset for help on using the changeset viewer.