Changeset 10487 in ntrip for trunk


Ignore:
Timestamp:
May 14, 2024, 11:24:07 AM (7 weeks ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10486 r10487  
    958958                                   ColumnVector& dx) {
    959959  int facSys = 1;
    960   if (sys == 'R') {
    961     facSys *= 2;
    962   }
    963   if  (sys == 'C') {
    964     facSys *= 4;
    965   }
     960  //if (sys == 'R') {facSys *= 2;}
     961  //if (sys == 'C') {facSys *= 4;}
    966962
    967963  // Prediction Step
     
    15411537    bool removed = false;
    15421538    int facSys = 1;
    1543     if (sys == 'C') {
    1544       facSys *= 2;
    1545     }
     1539    //if (sys == 'C') {facSys *= 2;}
    15461540    QMutableVectorIterator<cmbCorr*> im(corrs(sys));
    15471541    while (im.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.