Changeset 400 in Sophya for trunk/Poubelle/archTOI.old/pisteetoile.cc
- Timestamp:
- Sep 2, 1999, 11:24:37 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/pisteetoile.cc
r399 r400 116 116 // if(!isAlive()) return; 117 117 indexDebutPiste=InDebutPiste; 118 // cout << "fill " << indexDebutPiste << "\n";119 118 int* PhDiod=PhDiodArray; 120 119 int* pDataC=pData; … … 131 130 for(int i=0; i<nbdata; i++, PPhDiod++,pDataC++) *PPhDiod=(*pDataC); 132 131 indexDebutPiste+=nbdata; 133 // cout << "push " << nbdata << " " << indexDebutPiste << "\n";134 132 return; 135 133 } … … 155 153 if(testEtoile) { 156 154 // On emballe une etoile. 157 // cout << "star " << setprecision(10) << TIndex << "\n";158 155 LastEtoile.FitForme=SuccesAFine; 159 156 LastEtoile.X2Calc=X2Min; … … 275 272 // On stocke les resultats 276 273 TIndex=indexDebutPiste+MaxIndex+tmaxfit; 277 // cout << "tindex " << TIndex << " " <<indexDebutPiste<<" " <<Prepulselong << " " <<MaxIndex << " " << tmaxfit << "\n";278 274 X2Min=0.; 279 275 SuccesAFine=false;
Note:
See TracChangeset
for help on using the changeset viewer.