Skip to content

Commit 6c7a0ba

Browse files
committed
Fix typo culeed --> culled
1 parent 588e1cc commit 6c7a0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compass/ocean/mesh/cull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def _cull_mesh_with_logging(logger, with_cavities, with_critical_passages,
460460

461461
if has_remapped_topo:
462462
write_map_culled_to_base(base_mesh_filename='base_mesh.nc',
463-
culled_mesh_filename='culeed_mesh.nc',
463+
culled_mesh_filename='culled_mesh.nc',
464464
out_filename='map_culled_to_base.nc')
465465
_cull_topo()
466466

0 commit comments

Comments
 (0)