Changeset 3720 in ntrip


Ignore:
Timestamp:
Feb 23, 2012, 7:03:54 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.cpp

    r3719 r3720  
    342342    double sec;
    343343    in >> year >> month >> day >> hour >> min >> sec;
    344     _currEpo.tt.set(hour, min, sec, day, month, year);
     344    _currEpo.tt.set(year, month, day, hour, min, sec);
    345345
    346346    // Number of Satellites
     
    417417      year += 1900;
    418418    }
    419     _currEpo.tt.set(hour, min, sec, day, month, year);
     419    _currEpo.tt.set(year, month, day, hour, min, sec);
    420420
    421421    // Number of Satellites
Note: See TracChangeset for help on using the changeset viewer.