Skip to content

Commit c76cdaf

Browse files
authored
Merge pull request #784 from xylar/fix-culled-mesh-typo
Fix typo culeed --> culled
2 parents 87c5b3b + 6c7a0ba commit c76cdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compass/ocean/mesh/cull.py

+1-1
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)