Skip to content

Commit ff996ce

Browse files
committed
Fix comment
1 parent baeb4b1 commit ff996ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simpeg_drivers/utils/nested.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def create_simulation(
307307
# For DCIP-2D, create a projection from the global active cells to
308308
# the local active cells
309309
else:
310-
# Map the line_ids to the mesh parts
310+
# Map the survey locations (distances) to the mesh parts
311311
in_cell = np.searchsorted(
312312
simulation.mesh.cell_centers_x, local_survey.locations_a[:, 0]
313313
)

0 commit comments

Comments
 (0)