Changeset 5979 in ntrip


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

Legend:

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

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