Changeset 2386 in ntrip for trunk/BNC/RTCM3


Ignore:
Timestamp:
Mar 26, 2010, 11:47:04 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3Decoder.cpp

    r1909 r2386  
    119119      decoded = true;
    120120      if (_mode == unknown) {
    121         _mode = corrections;
     121        /////        _mode = corrections;
    122122      }
    123123    }
     
    341341    }
    342342    if (_mode == unknown && decoded) {
    343       _mode = observations;
     343      ////      _mode = observations;
    344344    }
    345345  }
Note: See TracChangeset for help on using the changeset viewer.