Changeset 3651 in Sophya for trunk/AddOn/TAcq


Ignore:
Timestamp:
Jun 12, 2009, 11:37:53 PM (16 years ago)
Author:
ansari
Message:

Correction de bug ds definition/remplissage DataTable Reza 12/06/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brproc.cc

    r3649 r3651  
    365365    DataTable dt;
    366366    dt.AddLongColumn("fc1");
     367    dt.AddLongColumn("tt1");
    367368    dt.AddLongColumn("fc2");
    368     dt.AddLongColumn("tt1");
    369369    dt.AddLongColumn("tt2");
    370370    DataTableRow dtr = dt.EmptyRow();
     
    438438        curfc2=paq2.FrameCounter();
    439439        if (fgfirst) {
    440           firsttt=paq1.TimeTag();  firsttt=paq2.TimeTag();
     440          firsttt=paq1.TimeTag();  firsttt2=paq2.TimeTag();
    441441          cout << " BRProcBRaw4C()/Info First FC="<<curfc<<" , "<<curfc2<<" -> TT="
    442442               << firsttt<<" , "<<firsttt2 <<endl;
Note: See TracChangeset for help on using the changeset viewer.