Changeset 5363 in ntrip


Ignore:
Timestamp:
Aug 26, 2013, 11:03:04 AM (11 years ago)
Author:
stoecker
Message:

unify code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r5362 r5363  
    21742174{
    21752175#ifdef NO_RTCM3_MAIN
    2176   int i, modified = 0;
     2176  int flags, modified = 0;
    21772177  if(Parser->allflags == 0)
    21782178    Parser->allflags = ~0;
     2179  flags = Parser->allflags;
    21792180  if(Parser->rinex3)
    21802181  {
    21812182    struct HeaderData *hdata = 0;
    2182     int flags = Parser->allflags;
    21832183    CHECKFLAGSNEW(GPS, C1,  C1C)
    21842184    CHECKFLAGSNEW(GPS, L1C, L1C)
     
    22162216  else
    22172217  {
    2218     int flags = Parser->allflags;
    2219 
    22202218    CHECKFLAGS(C1,C1)
    22212219    CHECKFLAGS(C2,C2)
Note: See TracChangeset for help on using the changeset viewer.