Changeset 3634 in Sophya for trunk/AddOn/TAcq/racquproc.cc


Ignore:
Timestamp:
May 26, 2009, 10:41:50 AM (16 years ago)
Author:
ansari
Message:

Modifs, correction bug divers - Reza 26/05/2009

File:
1 edited

Legend:

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

    r3623 r3634  
    6161    cout << " DataProc::run() - Starting " << ts << " NMaxMemZones=" << nmax_
    6262         << " NMean=" << nmean_ << " Step=" << step_ << endl;   
     63    cout << " DataProc::run()... - Output Data Path: " << path_ << endl;
    6364    char fname[512];
    6465    sprintf(fname,"%s/proc.log",path_.c_str());
     
    164165    cout << " DataProc2C::run() - Starting " << ts << " NMaxMemZones=" << nmax_
    165166         << " NMean=" << nmean_ << " Step=" << step_ << endl;   
     167    cout << " DataProc::run()... - Output Data Path: " << path_ << endl;
    166168    char fname[512];
    167169    sprintf(fname,"%s/proc.log",path_.c_str());
     
    288290    cout << " DataProcFFT2C::run() - Starting " << ts << " NMaxMemZones=" << nmax_
    289291         << " NMean=" << nmean_ << " Step=" << step_ << endl;   
     292    cout << " DataProc::run()... - Output Data Path: " << path_ << endl;
    290293    char fname[512];
    291294    sprintf(fname,"%s/proc.log",path_.c_str());
Note: See TracChangeset for help on using the changeset viewer.