Changeset 6063 in ntrip for trunk/BNC/src/PPP_free
- Timestamp:
- Sep 7, 2014, 9:39:19 AM (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/src/PPP_free/bncmodel.cpp (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/src/PPP_free/bncmodel.cppr6062 r6063 783 783 ColumnVector sz = -rSat / rSat.norm_Frobenius(); 784 784 785 ColumnVector xSun = Sun(Mjd); 785 ColumnVector xSun = t_astro::Sun(Mjd); 786 786 xSun /= xSun.norm_Frobenius(); 787 787 … … 1008 1008 // First update using code observations, then phase observations 1009 1009 // ------------------------------------------------------------- 1010 for (int iPhase = 0; iPhase <= (_opt->usePhase ? 1 : 0); iPhase++) { 1010 bool usePhase = _opt->ambLCs('G').size() || _opt->ambLCs('R').size() || 1011 _opt->ambLCs('E').size(); 1012 1013 for (int iPhase = 0; iPhase <= (usePhase ? 1 : 0); iPhase++) { 1011 1014 1012 1015 // Status Prediction … … 1071 1074 } 1072 1075 1073 if (! _opt->usePhase || iPhase == 1) {1076 if (!usePhase || iPhase == 1) { 1074 1077 if (_outlierGPS.size() > 0 || _outlierGlo.size() > 0) { 1075 1078 _log += "Neglected PRNs: "; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
