Ignore:
Timestamp:
Nov 22, 1999, 10:43:44 AM (26 years ago)
Author:
ansari
Message:

fin de fichier, start

File:
1 edited

Legend:

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

    r534 r612  
    155155    if (fich.nextBlock()) {
    156156      file1stSamp[*i] = fich.blockNum()*72; // premier numsample
    157       cout << "File " << *i << " 1st sample = " << fich.blockNum()*72 << endl;
     157      cout << "File " << *i << " 1st sample = " << fich.blockNum()*72
     158                            << " UTC " << archParam.acq.SN2UTC(fich.blockNum()*72) << endl;
    158159    } else {
    159160      cout << "File " << *i << " unrecoverable, skipping" << endl;
Note: See TracChangeset for help on using the changeset viewer.