Changeset 2769 in ntrip


Ignore:
Timestamp:
Dec 12, 2010, 11:34:21 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2747 r2769  
    373373double bncModel::delay_saast(double Ele) {
    374374
    375   double height = _ellBanc(3);
     375  double xyz[3];
     376  xyz[0] = x();
     377  xyz[1] = y();
     378  xyz[2] = z();
     379  double ell[3];
     380  xyz2ell(xyz, ell);
     381  double height = ell[2];
    376382
    377383  double pp =  1013.25 * pow(1.0 - 2.26e-5 * height, 5.225);
Note: See TracChangeset for help on using the changeset viewer.