Changeset 7973 in ntrip for trunk


Ignore:
Timestamp:
Jun 29, 2016, 3:52:21 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.cpp

    r7626 r7973  
    216216
    217217    else if (par->type() == t_pppParam::amb) {
    218       if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 120.0)) {
     218      if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 60.0)) {
    219219        remove = true;
    220220      }
    221221    }
    222    /*
    223     * TODO; check this condition because it is the same as in line 217 and therefore always false
    224     else if (par->type() == t_pppParam::amb) {
    225       if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 3600.0)) {
    226         remove = true;
    227       }
    228     }*/
    229222
    230223    if (remove) {
Note: See TracChangeset for help on using the changeset viewer.