Ignore:
Timestamp:
Nov 23, 2013, 6:08:53 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5564 r5565  
    716716                 "   %8.3f %8.3f %8.3f %8.3f"
    717717                 "   %10.5f %10.5f %10.5f %10.5f"
    718                  "   %10.5f  %10.5f %10.5f %10.5f"
    719                  "   %5d %2d %2d INTERNAL",
     718                 "   %10.5f   %5d %2d %2d INTERNAL",
    720719                 messageType, updateInt, _resTime.gpsw(), _resTime.gpssec(),
    721720                 corr->prn.toAscii().data(),
     
    730729                 corr->dotRao[2],
    731730                 corr->dotDotDClk * t_CST::c,
    732                  corr->dotDotRao[0],
    733                  corr->dotDotRao[1],
    734                  corr->dotDotRao[2],
    735731                 SSRProviderID, SSRSolutionID, SSRIOD);
    736732    corrLines << line;
     
    11371133  clkCorr->rao       = orbitCorr->rao;
    11381134  clkCorr->dotRao    = orbitCorr->dotRao;
    1139   clkCorr->dotDotRao = orbitCorr->dotDotRao;
    11401135
    11411136  return success;
Note: See TracChangeset for help on using the changeset viewer.