Skip to content

Commit

Permalink
replace gridLoc with grid_loc for the dcip 2.5D app
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Oct 30, 2023
1 parent 4c13086 commit 91d05ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoscilabs/dcip/DCWidgetResLayer2_5D.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def get_Surface_Potentials(survey, src, field_obj):
phiScale = 0.0

if survey == "Pole-Dipole" or survey == "Pole-Pole":
refInd = utils.closestPoints(mesh, [xmax + 60.0, 0.0], gridLoc="CC")
refInd = utils.closestPoints(mesh, [xmax + 60.0, 0.0], grid_loc="CC")
# refPoint = CCLoc[refInd]
# refSurfaceInd = np.where(xSurface == refPoint[0])
# phiScale = np.median(phiSurface)
Expand Down

0 comments on commit 91d05ee

Please sign in to comment.