Changeset 9428 in ntrip for branches/BNC_2.12/src/bncutils.cpp


Ignore:
Timestamp:
May 12, 2021, 11:38:38 PM (3 years ago)
Author:
stuerze
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncutils.cpp

    r9406 r9428  
    292292  }
    293293  // updates 1h + 5 min
    294   else if (eph->type() == t_eph::BDS     && (dt >  3900.0 || dt <     0.0) ) {
     294  else if (eph->type() == t_eph::BDS     && (dt >  3900.0 || dt <     0.0)) {
    295295    return true;
    296296  }
Note: See TracChangeset for help on using the changeset viewer.