Changeset 5807 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 6, 2014, 11:09:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppModel.cpp
r5805 r5807 7 7 using namespace BNC; 8 8 using namespace std; 9 10 double Frac (double x) { return x-floor(x); };11 double Modulo (double x, double y) { return y*Frac(x/y); }12 9 13 10 Matrix t_astro::rotX(double Angle) {
Note:
See TracChangeset
for help on using the changeset viewer.