Changeset 507 in ntrip


Ignore:
Timestamp:
Oct 14, 2007, 5:15:07 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r506 r507  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.2 2007/10/14 14:59:27 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.3 2007/10/14 15:06:17 mervart Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.2 $";
     53static char revisionstr[] = "$Revision: 1.3 $";
    5454
    5555#ifndef COMPILEDATE
     
    11391139  }
    11401140
     1141#ifndef NO_RTCM3_MAIN
    11411142  for(i = 0; i < hdata.numheaders; ++i)
    11421143  {
     
    11461147  RTCM3Text("                                                            "
    11471148  "END OF HEADER\n");
     1149#endif
    11481150}
    11491151
     
    15341536
    15351537#ifndef NO_RTCM3_MAIN
    1536 static char datestr[]     = "$Date: 2007/10/14 14:59:27 $";
     1538static char datestr[]     = "$Date: 2007/10/14 15:06:17 $";
    15371539
    15381540/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.