Changeset 506 in ntrip


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

* empty log message *

File:
1 edited

Legend:

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

    r505 r506  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.1 2007/10/14 13:02:20 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.2 2007/10/14 14:59:27 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.1 $";
     53static char revisionstr[] = "$Revision: 1.2 $";
    5454
    5555#ifndef COMPILEDATE
     
    11391139  }
    11401140
    1141 #ifndef NO_RTCM3_MAIN
    11421141  for(i = 0; i < hdata.numheaders; ++i)
    11431142  {
     
    11471146  RTCM3Text("                                                            "
    11481147  "END OF HEADER\n");
    1149 #endif
    11501148}
    11511149
     
    15361534
    15371535#ifndef NO_RTCM3_MAIN
    1538 static char datestr[]     = "$Date: 2007/10/14 13:02:20 $";
     1536static char datestr[]     = "$Date: 2007/10/14 14:59:27 $";
    15391537
    15401538/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.