Changeset 6602 in ntrip for trunk/BNC/src/rinex/reqcedit.cpp


Ignore:
Timestamp:
Feb 20, 2015, 10:57:31 AM (9 years ago)
Author:
stuerze
Message:

some more renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcedit.cpp

    r6600 r6602  
    521521        ephs.append(new t_ephSBAS(*dynamic_cast<t_ephSBAS*>(eph)));
    522522      }
    523       else if (eph->type() == t_eph::Compass) {
     523      else if (eph->type() == t_eph::BDS) {
    524524        ephs.append(new t_ephBDS(*dynamic_cast<t_ephBDS*>(eph)));
    525525      }
Note: See TracChangeset for help on using the changeset viewer.