Changeset 4558 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Aug 28, 2012, 11:50:30 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4557 r4558  
    284284      newObs->_MP1 = P1 - L1 - 2.0*f2*f2/(f1*f1-f2*f2) * (L1 - L2);
    285285      okFlag = true;
    286 
    287       //// beg test
    288       // cout.setf(ios::fixed);
    289       // cout << obs.satSys << setw(2) << obs.satNum << " "
    290       //      << setprecision(1) << obs.GPSWeeks << " "
    291       //      << setprecision(4) << newObs->_MP1 << endl;
    292       //// end test
    293286    }
    294287    double P2 = obs.measdata("C2", 3.0);
Note: See TracChangeset for help on using the changeset viewer.