Changeset 10402 in ntrip


Ignore:
Timestamp:
Mar 21, 2024, 9:54:04 PM (5 weeks ago)
Author:
stuerze
Message:

changes regarding Combi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10401 r10402  
    14021402  double MAX_DISPLACEMENT = MAX_DISPLACEMENT_INIT;
    14031403  if (sys == 'C') {
    1404     MAX_DISPLACEMENT *= 2.0;
     1404    MAX_DISPLACEMENT *= 5.0;
     1405  }
     1406  if (sys == 'R') {
     1407    MAX_DISPLACEMENT *= 3.0;
    14051408  }
    14061409
Note: See TracChangeset for help on using the changeset viewer.