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


Ignore:
Timestamp:
Feb 20, 2015, 9:23:22 AM (9 years ago)
Author:
stuerze
Message:

complete renaming Compass to BDS

File:
1 edited

Legend:

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

    r6537 r6600  
    522522      }
    523523      else if (eph->type() == t_eph::Compass) {
    524         ephs.append(new t_ephCompass(*dynamic_cast<t_ephCompass*>(eph)));
    525       }
    526     }
    527   }
    528 }
     524        ephs.append(new t_ephBDS(*dynamic_cast<t_ephBDS*>(eph)));
     525      }
     526    }
     527  }
     528}
Note: See TracChangeset for help on using the changeset viewer.