Update reference model parameter.

This commit is contained in:
rowanc1
2014-04-14 09:30:18 -07:00
parent 1bf18ee12f
commit dbd1334e0b
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class BaseObjFunction(object):
if self.debug: print 'Calling ObjFunction.startup'
if self.reg.mref is None:
print 'Regularization has not set mref. SimPEG will set it to m0.'
print 'Regularization has not set mref. SimPEG.ObjFunction will set it to m0.'
self.reg.mref = m0
self.phi_d = np.nan