Changeset 2724 in ntrip


Ignore:
Timestamp:
Nov 27, 2010, 4:27:19 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2723 r2724  
    140140  _sigL3 = 0.02;
    141141  if (!settings.value("pppSigmaPhase").toString().isEmpty()) {
    142     _sigP3 = settings.value("pppSigmaPhase").toDouble();
     142    _sigL3 = settings.value("pppSigmaPhase").toDouble();
    143143  }
    144144
Note: See TracChangeset for help on using the changeset viewer.