Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 3395)
+++ trunk/BNC/bncmodel.cpp	(revision 3396)
@@ -1303,5 +1303,5 @@
         // Set estimated values
         // --------------------
-        else if (_usePhase || iPhase == 1) {
+        else if (!_usePhase || iPhase == 1) {
           QVectorIterator<bncParam*> itPar(_params);
           while (itPar.hasNext()) {
