Changeset 2258 in ntrip
- Timestamp:
- Jan 16, 2010, 11:47:18 AM (15 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnctime.cpp
r2257 r2258 6 6 7 7 #include "bnctime.h" 8 #include " RTCM3/timeutils.h"8 #include "timeutils.h" 9 9 10 10 using namespace std; -
trunk/BNS/bns.pro
r2257 r2258 33 33 bnseph.h bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h \ 34 34 bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp.h \ 35 bnscustomtrafo.h RTCM/rtcm3torinex.h bnctime.h 35 bnscustomtrafo.h RTCM/rtcm3torinex.h bnctime.h timeutils.h 36 36 37 37 HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h \ … … 42 42 bnseph.cpp bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \ 43 43 bnscaster.cpp bnssettings.cpp bnsapp.cpp bnscustomtrafo.cpp \ 44 RTCM/clock_orbit_rtcm.c RTCM/rtcm3torinex.c bnctime.cpp 44 RTCM/clock_orbit_rtcm.c RTCM/rtcm3torinex.c bnctime.cpp \ 45 timeutils.cpp 45 46 46 47 SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.