Skip to content

Commit

Permalink
add documentation surface2ind_topo
Browse files Browse the repository at this point in the history
  • Loading branch information
thast committed Jun 27, 2017
1 parent dc4ac6c commit 60f0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimPEG/Utils/modelutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def surface2ind_topo(mesh, topo, gridLoc='CC', method='nearest', fill_value=np.n
----------
:param TensorMesh mesh: TensorMesh object on which to discretize the topography
:param numpy.darray topo: [X,Y,Z] topographic data
:param numpy.ndarray topo: [X,Y,Z] topographic data
:param str gridLoc: 'CC' or 'N'. Default is 'CC'.
Discretize the topography
on cells-center 'CC' or nodes 'N'
Expand Down

1 comment on commit 60f0f29

@lheagy
Copy link
Member

@lheagy lheagy commented on 60f0f29 Jun 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @thast

Please sign in to comment.