Changeset 1305 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.c


Ignore:
Timestamp:
Dec 19, 2008, 11:19:41 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/rtcm3torinex.c

    r1278 r1305  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.36 2008/12/03 08:33:16 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.21.2.1 2008/12/18 12:45:53 mervart Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    4848#endif
    4949
     50#ifndef isinf
     51#  define isinf(x) 0
     52#endif
     53
    5054#include "rtcm3torinex.h"
    5155
    5256/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.36 $";
     57static char revisionstr[] = "$Revision: 1.21.2.1 $";
    5458
    5559#ifndef COMPILEDATE
     
    16851689
    16861690#ifndef NO_RTCM3_MAIN
    1687 static char datestr[]     = "$Date: 2008/12/03 08:33:16 $";
     1691static char datestr[]     = "$Date: 2008/12/18 12:45:53 $";
    16881692
    16891693/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.