Index: trunk/psLib/src/math/psMinimizeLMM.h
===================================================================
--- trunk/psLib/src/math/psMinimizeLMM.h	(revision 36082)
+++ trunk/psLib/src/math/psMinimizeLMM.h	(revision 42089)
@@ -90,4 +90,5 @@
     bool chisqConvergence;
     bool isInteractive;
+    bool useReweighting;
 }
 psMinimization;
@@ -194,4 +195,5 @@
     const psVector *y,                 ///< Measurement coordinates
     const psVector *dy,                ///< Weights calculated from y-errors
+    bool  reweight,                    ///< if true, we calculate the reweighting for each point based on distance from model
     psMinimizeLMChi2Func func          ///< Specified function
 );
