- Timestamp:
- Oct 14, 2007, 5:15:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3torinex.c
r506 r507 1 1 /* 2 2 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 $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1. 2$";53 static char revisionstr[] = "$Revision: 1.3 $"; 54 54 55 55 #ifndef COMPILEDATE … … 1139 1139 } 1140 1140 1141 #ifndef NO_RTCM3_MAIN 1141 1142 for(i = 0; i < hdata.numheaders; ++i) 1142 1143 { … … 1146 1147 RTCM3Text(" " 1147 1148 "END OF HEADER\n"); 1149 #endif 1148 1150 } 1149 1151 … … 1534 1536 1535 1537 #ifndef NO_RTCM3_MAIN 1536 static char datestr[] = "$Date: 2007/10/14 1 4:59:27 $";1538 static char datestr[] = "$Date: 2007/10/14 15:06:17 $"; 1537 1539 1538 1540 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.