Changeset 2077 in ntrip
- Timestamp:
- Dec 5, 2009, 1:03:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2076 r2077 47 47 #include "bancroft.h" 48 48 #include "bncutils.h" 49 #include "bncsettings.h" 49 50 50 51 using namespace std; … … 110 111 _xx = 0.0; 111 112 112 _static = true; 113 _static = false; 114 115 bncSettings settings; 116 if ( Qt::CheckState(settings.value("pppStatic").toInt()) == Qt::Checked) { 117 _static = true; 118 } 113 119 } 114 120
Note:
See TracChangeset
for help on using the changeset viewer.