Changeset 2272 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Jan 20, 2010, 8:48:42 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2271 r2272  
    154154    _estTropo = true;
    155155  }
    156   _oldAprTrop = 0.0;
    157156
    158157  _xcBanc.ReSize(4);  _xcBanc  = 0.0;
     
    308307      iGlo.remove();
    309308    }
    310   }
    311 
    312   // Tropospheric Delay
    313   // ------------------
    314   if (_estTropo) {
    315     double newAprTrop = delay_saast(M_PI/2.0);
    316     if (_oldAprTrop != 0.0) {
    317       for (int ii = 0; ii < _params.size(); ++ii) {
    318         bncParam* pp = _params[ii];
    319         if (pp->type == bncParam::TROPO) {
    320           pp->xx += _oldAprTrop - newAprTrop;
    321         }
    322       }
    323     }
    324     _oldAprTrop = newAprTrop;
    325309  }
    326310
Note: See TracChangeset for help on using the changeset viewer.