change field--> fields

This commit is contained in:
rowanc1
2014-02-11 18:45:06 -08:00
parent 62f00004eb
commit 12e885f5ce
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ class BaseProblem(object):
"""
return self.Jt(m, v, u)
def field(self, m):
def fields(self, m):
"""
The field given the model.