Changeset 5978 in ntrip


Ignore:
Timestamp:
Aug 17, 2014, 2:13:12 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5921 r5978  
    413413    covariXYZ_NEU(QQxyz, sta->ellApr().data(), QQneu);
    414414
    415     LOG << epoTimeStr
     415    ostringstream hlp;
     416
     417    hlp << epoTimeStr << ' ' << sta->name()
    416418        << " X = " << setprecision(4) << sta->xyzApr()[0] + xyz[0] << " +- "
    417419        << setprecision(4) << sqrt(QQxyz[0][0])
     
    431433        << " dU = " << setprecision(4) << neu[2] << " +- "
    432434        << setprecision(4) << sqrt(QQneu[2][2]);
    433     LOG << endl;
    434   }
    435 }
    436 
     435
     436    LOG << hlp.str() << endl;
     437  }
     438}
     439
Note: See TracChangeset for help on using the changeset viewer.