Minor updates to pointers in reg and invProb

This commit is contained in:
rowanc1
2014-10-04 12:40:30 -07:00
parent 2d92e7249d
commit 5c29348984
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -45,6 +45,8 @@ class BaseInvProblem(object):
self.prob, self.survey = dmisfit.prob, dmisfit.survey
#TODO: Remove: (and make iteration printers better!)
self.opt.parent = self
self.reg.parent = self
self.dmisfit.parent = self
@Utils.callHooks('startup')
def startup(self, m0):