Index: /branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.c
===================================================================
--- /branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.c	(revision 42013)
+++ /branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.c	(revision 42014)
@@ -69,4 +69,5 @@
     opt->chisqConvergence = true;
     opt->isInteractive = false;
+    opt->useReweighting = false;
 
     return opt;
@@ -251,4 +252,5 @@
     myMin->chisqConvergence = options->chisqConvergence;
     myMin->isInteractive = options->isInteractive;
+    myMin->useReweighting = options->useReweighting;
 
     psImage *covar = psImageAlloc (params->n, params->n, PS_TYPE_F32);
Index: /branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.h
===================================================================
--- /branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.h	(revision 42013)
+++ /branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceFitModel.h	(revision 42014)
@@ -40,4 +40,5 @@
     bool chisqConvergence; 
     bool isInteractive;
+    bool useReweighting;
 } pmSourceFitOptions;
 
