Ignore:
Timestamp:
May 13, 2024, 1:29:44 PM (5 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10485 r10486  
    867867    out << epoTime.datestr().c_str()    << " "
    868868        << epoTime.timestr().c_str()    << " "
     869        << "Sat Num "         << sys << " "
    869870        << AC->name.toLatin1().data() << ": " << AC->numObs[sys] << "\n";
    870871  }
     
    890891        cmbAC* AC = icAC.next();
    891892        if (AC->numObs[sys] > 0) {
    892           out <<  epoTime.datestr().c_str()   << " "
    893               << epoTime.timestr().c_str()    << " "
    894               << "Switching Master AC "
     893          out <<  epoTime.datestr().c_str()    << " "
     894              << epoTime.timestr().c_str()     << " "
     895              << "Switching Master " << sys << " "
    895896              << _masterOrbitAC[sys].toLatin1().data() << " --> "
    896897              << AC->name.toLatin1().data()   << "\n";
Note: See TracChangeset for help on using the changeset viewer.