Changeset 2077 in ntrip


Ignore:
Timestamp:
Dec 5, 2009, 1:03:16 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2076 r2077  
    4747#include "bancroft.h"
    4848#include "bncutils.h"
     49#include "bncsettings.h"
    4950
    5051using namespace std;
     
    110111  _xx = 0.0;
    111112
    112   _static = true;
     113  _static = false;
     114
     115  bncSettings settings;
     116  if ( Qt::CheckState(settings.value("pppStatic").toInt()) == Qt::Checked) {
     117    _static = true;
     118  }
    113119}
    114120
Note: See TracChangeset for help on using the changeset viewer.