Changeset 6402 in ntrip


Ignore:
Timestamp:
Dec 22, 2014, 11:32:30 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

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