Changeset 2102 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2toi_addsp.cc
- Timestamp:
- Jul 16, 2002, 6:38:48 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2toi_addsp.cc
r2099 r2102 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi2toi_addsp.cc,v 1. 2 2002-07-16 15:26:19cecile Exp $5 // $Id: toi2toi_addsp.cc,v 1.3 2002-07-16 16:38:48 cecile Exp $ 6 6 7 7 #include "machdefs.h" … … 45 45 declareInput("lat"); 46 46 47 declareOutput("BoloOut"); 47 declareOutput("BoloOut"); 48 48 } 49 49 … … 131 131 return; 132 132 } 133 134 //-------------------------------------------------------------------- 135 //-------------------------------------------------------------------- 136 //-------------------------------------------------------------------- 137 //-------------------------------------------------------------------- 138 //-------------------------------------------------------------------- 139 //-------------------------------------------------------------------- 140 void 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.