Changeset 10488 in ntrip for trunk


Ignore:
Timestamp:
May 14, 2024, 5:06:53 PM (7 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10487 r10488  
    958958                                   ColumnVector& dx) {
    959959  int facSys = 1;
    960   //if (sys == 'R') {facSys *= 2;}
    961   //if (sys == 'C') {facSys *= 4;}
     960  if (sys == 'C') {facSys *= 10;}
    962961
    963962  // Prediction Step
     
    15371536    bool removed = false;
    15381537    int facSys = 1;
    1539     //if (sys == 'C') {facSys *= 2;}
     1538    if (sys == 'C') {facSys *= 10;}
    15401539    QMutableVectorIterator<cmbCorr*> im(corrs(sys));
    15411540    while (im.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.