Changeset 10795 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Dec 4, 2025, 5:29:16 PM (8 days ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppModel.cpp

    r10794 r10795  
    568568      vSatMod /= vSatMod.NormFrobenius();
    569569      //// beg test
    570       double yawDef = acos( DotProduct(sx, vSatMod));
    571       cout.setf(ios::fixed);
    572       cout << string(etime) << ' ' << prn.system() << ' ' << prn.number() << ' '
    573            << ' ' << setw(7) << setprecision(3) << yaw    * 180.0 / M_PI
    574            << ' ' << setw(7) << setprecision(3) << yawDef * 180.0 / M_PI << endl;
     570      //// double yawDef = acos( DotProduct(sx, vSatMod));
     571      //// cout.setf(ios::fixed);
     572      //// cout << string(etime) << ' ' << prn.system() << ' ' << prn.number() << ' '
     573      ////      << ' ' << setw(7) << setprecision(3) << yaw    * 180.0 / M_PI
     574      ////      << ' ' << setw(7) << setprecision(3) << yawDef * 180.0 / M_PI << endl;
    575575      //// end test
    576576      sy = crossproduct(sz, vSatMod);
Note: See TracChangeset for help on using the changeset viewer.