Changeset 5877 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


Ignore:
Timestamp:
Aug 8, 2014, 12:11:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.cpp

    r5828 r5877  
    382382////////////////////////////////////////////////////////////////////////////
    383383void t_pppParlist::printResult(const bncTime& epoTime, const SymmetricMatrix& QQ,
    384                             const ColumnVector& xx, double ambFixRate) const {
     384                               const ColumnVector& xx) const {
    385385
    386386  string epoTimeStr = string(epoTime);
     
    450450        << " dU = " << setprecision(4) << neu[2] << " +- "
    451451        << setprecision(4) << sqrt(QQneu[2][2]);
    452     if (ambFixRate > 0.0) {
    453       LOG << " fix ";
    454     }
    455     else {
    456       LOG << " flt ";
    457     }
    458     LOG << int(100*ambFixRate) << " %\n";
    459   }
    460 }
    461 
     452    LOG << endl;
     453  }
     454}
     455
Note: See TracChangeset for help on using the changeset viewer.