Changeset 949 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Jun 20, 2008, 8:15:25 AM (16 years ago)
Author:
stoecker
Message:

fixed minor typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r744 r949  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.26 2007/12/20 10:42:10 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.27 2008/03/25 15:10:48 stoecker Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.26 $";
     53static char revisionstr[] = "$Revision: 1.27 $";
    5454
    5555#ifndef COMPILEDATE
     
    681681              gnss->dataflags[num] |= l;
    682682              gnss->measdata[num][le] = l1range*0.02+i*0.0005
    683               +amb*599584.915;
     683              +amb*599584.916;
    684684            }
    685685            GETBITS(i,7)
     
    15311531
    15321532#ifndef NO_RTCM3_MAIN
    1533 static char datestr[]     = "$Date: 2007/12/20 10:42:10 $";
     1533static char datestr[]     = "$Date: 2008/03/25 15:10:48 $";
    15341534
    15351535/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.