Ignore:
Timestamp:
Sep 2, 1999, 11:24:37 AM (26 years ago)
Author:
ansari
Message:

findstar DY qui sort des etoiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/pisteetoile.cc

    r399 r400  
    116116//      if(!isAlive()) return;
    117117        indexDebutPiste=InDebutPiste;
    118         //      cout << "fill " << indexDebutPiste << "\n";
    119118        int* PhDiod=PhDiodArray;
    120119        int* pDataC=pData;
     
    131130        for(int i=0; i<nbdata; i++, PPhDiod++,pDataC++) *PPhDiod=(*pDataC);
    132131        indexDebutPiste+=nbdata;
    133         //      cout << "push " << nbdata << " " << indexDebutPiste << "\n";
    134132        return;
    135133}
     
    155153                if(testEtoile) {
    156154                // On emballe une etoile.
    157                   //              cout << "star " << setprecision(10) << TIndex << "\n";
    158155                        LastEtoile.FitForme=SuccesAFine;
    159156                        LastEtoile.X2Calc=X2Min;
     
    275272//      On stocke les resultats
    276273                TIndex=indexDebutPiste+MaxIndex+tmaxfit;
    277                 //              cout << "tindex " << TIndex << " " <<indexDebutPiste<<" " <<Prepulselong << " " <<MaxIndex << " " << tmaxfit << "\n";
    278274                X2Min=0.;
    279275                SuccesAFine=false;
Note: See TracChangeset for help on using the changeset viewer.