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


Ignore:
Timestamp:
Dec 4, 2014, 3:52:53 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6223 r6377  
    515515        ephs.append(new t_ephGal(*dynamic_cast<t_ephGal*>(eph)));
    516516      }
    517     }
    518   }
    519 }
     517      else if (eph->type() == t_eph::QZSS) {
     518        ephs.append(new t_ephGPS(*dynamic_cast<t_ephGPS*>(eph)));
     519      }
     520    }
     521  }
     522}
Note: See TracChangeset for help on using the changeset viewer.