Skip to content

Commit

Permalink
Merge pull request #784 from xylar/fix-culled-mesh-typo
Browse files Browse the repository at this point in the history
Fix typo culeed --> culled
  • Loading branch information
xylar authored Feb 28, 2024
2 parents 87c5b3b + 6c7a0ba commit c76cdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/mesh/cull.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def _cull_mesh_with_logging(logger, with_cavities, with_critical_passages,

if has_remapped_topo:
write_map_culled_to_base(base_mesh_filename='base_mesh.nc',
culled_mesh_filename='culeed_mesh.nc',
culled_mesh_filename='culled_mesh.nc',
out_filename='map_culled_to_base.nc')
_cull_topo()

Expand Down

0 comments on commit c76cdaf

Please sign in to comment.