- Timestamp:
- Sep 1, 2006, 9:21:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3.cpp
r93 r94 16 16 * -----------------------------------------------------------------------*/ 17 17 18 #include <math.h> 19 18 20 #include "rtcm3.h" 19 21 20 22 using namespace std; 23 24 #ifndef isinf 25 # define isinf(x) 0 26 #endif 21 27 22 28 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.