Index: /branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.c
===================================================================
--- /branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.c	(revision 35967)
+++ /branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.c	(revision 35968)
@@ -984,4 +984,5 @@
     min->chisqConvergence = true;
     min->gainFactorMode = 0;
+    min->isInteractive = false;
     
     return(min);
Index: /branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.h
===================================================================
--- /branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.h	(revision 35967)
+++ /branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.h	(revision 35968)
@@ -89,4 +89,5 @@
     int gainFactorMode;
     bool chisqConvergence;
+    bool isInteractive;
 }
 psMinimization;
