Changeset 7626 in ntrip for trunk/BNC


Ignore:
Timestamp:
Dec 9, 2015, 5:24:31 PM (8 years ago)
Author:
stuerze
Message:

comment added

File:
1 edited

Legend:

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

    r7237 r7626  
    220220      }
    221221    }
    222 
     222   /*
     223    * TODO; check this condition because it is the same as in line 217 and therefore always false
    223224    else if (par->type() == t_pppParam::amb) {
    224225      if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 3600.0)) {
    225226        remove = true;
    226227      }
    227     }
     228    }*/
    228229
    229230    if (remove) {
Note: See TracChangeset for help on using the changeset viewer.