Changeset 5807 in ntrip for trunk/BNC/src/PPP/pppModel.cpp


Ignore:
Timestamp:
Aug 6, 2014, 11:09:26 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5805 r5807  
    77using namespace BNC;
    88using namespace std;
    9 
    10 double Frac (double x) { return x-floor(x); };
    11 double Modulo (double x, double y) { return y*Frac(x/y); }
    129
    1310Matrix t_astro::rotX(double Angle) {
Note: See TracChangeset for help on using the changeset viewer.