Changeset 94 in ntrip


Ignore:
Timestamp:
Sep 1, 2006, 9:21:28 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/rtcm3.cpp

    r93 r94  
    1616 * -----------------------------------------------------------------------*/
    1717
     18#include <math.h>
     19
    1820#include "rtcm3.h"
    1921
    2022using namespace std;
     23
     24#ifndef isinf
     25#  define isinf(x) 0
     26#endif
    2127
    2228// Constructor
Note: See TracChangeset for help on using the changeset viewer.