Skip to content

Commit

Permalink
adapt to new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Dec 13, 2024
1 parent e5a2290 commit ea19e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ecco.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ end
φ₂ = @allowscalar grid.φᵃᶜᵃ[21]
φ₃ = @allowscalar grid.φᵃᶜᵃ[80]
φ₄ = @allowscalar grid.φᵃᶜᵃ[100]
z₁ = @allowscalar grid.zᵃᵃᶜ[6]
z₁ = @allowscalar grid.z.cᵃᵃᶜ[6]

mask = LinearlyTaperedPolarMask(northern = (φ₃, φ₄),
southern = (φ₁, φ₂),
Expand Down

0 comments on commit ea19e95

Please sign in to comment.