mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-12 12:30:37 +08:00
Changed Data to Survey as per Issue #61
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user