Skip to content

Commit

Permalink
Fix qualifying
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 26, 2024
1 parent b81ac0e commit 1fa831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Remapping/distributed_remapping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ function get_target_hcoords(
return Base.Iterators.product((x1, x2))
end

function get_target_hcoords(space::SpectralElementSpace1D; hresolution = 180)
function get_target_hcoords(space::Spaces.SpectralElementSpace1D; hresolution = 180)
topology = Spaces.topology(space)
mesh = topology.mesh
domain = Meshes.domain(mesh)
Expand Down

0 comments on commit 1fa831b

Please sign in to comment.