Changed Data to Survey as per Issue #61

This commit is contained in:
rowanc1
2014-03-07 13:55:08 -08:00
parent a6badc51c9
commit fcaff5ed64
10 changed files with 149 additions and 146 deletions
+2 -2
View File
@@ -159,11 +159,11 @@ def requires(var):
.. note::
To use data.%s(), SimPEG requires that a problem be bound to the data.
To use survey.%s(), SimPEG requires that a problem be bound to the survey.
If a problem has not been bound, an Exception will be raised.
To bind a problem to the Data object::
data.pair(myProblem)
survey.pair(myProblem)
""" % f.__name__
else: