Changeset 2774 in ntrip


Ignore:
Timestamp:
Dec 12, 2010, 4:37:47 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2773 r2774  
    598598  QByteArray allLines;
    599599
    600   QByteArray fmt4 = "     %18.11e %18.11e %18.11e %18.11e\n";
    601   QByteArray fmt3 = "     %18.11e %18.11e %18.11e\n";
    602   QByteArray fmt1 = "     %18.11e\n";
     600  const QByteArray fmt4 = "     %18.11e %18.11e %18.11e %18.11e\n";
     601  const QByteArray fmt3 = "     %18.11e %18.11e %18.11e\n";
     602  const QByteArray fmt1 = "     %18.11e\n";
    603603
    604604  line.sprintf(fmt4.data(), (double)ep->IODnav, ep->Crs, ep->Delta_n, ep->M0);
     
    620620  double health   = 0.0;          // TODO
    621621  double BGD_1_5B = ep->BGD_1_5A; // TODO
    622   line.sprintf(fmt4.data(), ep->SISA, health, ep->BGD_1_5A, BGD_1_5B);
     622  line.sprintf(fmt4.data(), (double) ep->SISA, health, ep->BGD_1_5A, BGD_1_5B);
    623623  allLines += line;
    624624
Note: See TracChangeset for help on using the changeset viewer.