Changeset 6028 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Aug 21, 2014, 11:10:15 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6027 r6028  
    232232    }
    233233    else {
    234       retVal += _obs[tFreq]->_code * it->second;
     234      retVal += it->second * _obs[tFreq]->_code;
    235235    }
    236236  }
     
    242242    }
    243243    else {
    244       retVal += _obs[tFreq]->_phase * it->second;
     244      retVal += it->second * _obs[tFreq]->_phase * t_CST::lambda(tFreq, _channel);
    245245    }
    246246  }
Note: See TracChangeset for help on using the changeset viewer.