Changeset 29 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Jan 13, 2006, 9:25:11 AM (18 years ago)
Author:
stoecker
Message:

typos

Location:
trunk/rtcm3torinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r27 r29  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id$
    4   Copyright (C) 2005-2006 by Dirk Stoecker <soft@dstoecker.de>
     3  $Id: rtcm3torinex.c,v 1.1 2006/01/12 16:19:10 stoecker Exp $
     4  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronav.de>
    55
    66  This program is free software; you can redistribute it and/or modify
     
    4242
    4343/* CVS revision and version */
    44 static char revisionstr[] = "$Revision: 1.15 $";
    45 static char datestr[]     = "$Date: 2005/12/06 16:50:26 $";
     44static char revisionstr[] = "$Revision: 1.1 $";
     45static char datestr[]     = "$Date: 2006/01/12 16:19:10 $";
    4646static int stop = 0;
    4747
  • trunk/rtcm3torinex/rtcm3torinex.txt

    r28 r29  
    3535Additionally the argument --headerfile can be used to provide additional header
    3636information. The file must contain normal RINEX observation file header lines.
    37 The given lines overwrite the automatically generated lines. Overwriting the
     37The given lines overwrite the automatical generated lines. Overwriting the
    3838lines "# / TYPES OF OBSERV" and "TIME OF FIRST OBS" usually is a bad idea and
    3939you will get warned if you do so. The line "END OF HEADER" is ignored.
     
    6161EuroNav Service GmbH
    6262http://www.euronav.de/
    63 soft@dstoecker.de
     63stoecker@euronav.de
    64642006-01-12
Note: See TracChangeset for help on using the changeset viewer.