Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2076)
+++ /trunk/BNC/bncmodel.cpp	(revision 2077)
@@ -47,4 +47,5 @@
 #include "bancroft.h"
 #include "bncutils.h"
+#include "bncsettings.h"
 
 using namespace std;
@@ -110,5 +111,10 @@
   _xx = 0.0;
 
-  _static = true;
+  _static = false;
+
+  bncSettings settings;
+  if ( Qt::CheckState(settings.value("pppStatic").toInt()) == Qt::Checked) {
+    _static = true;
+  }
 }
 
