Skip to content
Snippets Groups Projects
Commit aa0283cd authored by Marco Matthies's avatar Marco Matthies
Browse files

Fix macros to not reference ALMaSS submodule

This change must have slipped in previously when I first introduced
the ALMaSS submodule.
parent 4ec480e7
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ This is a utility wrapper that can only be used nested within [`@phase`](@ref)
or [`@habitat`](@ref).
"""
macro cropname()
:(ALMaSS.cropname($(esc(:pos)), $(esc(:model))))
:(cropname($(esc(:pos)), $(esc(:model))))
end
"""
......@@ -353,7 +353,7 @@ This is a utility wrapper that can only be used nested within [`@phase`](@ref)
or [`@habitat`](@ref).
"""
macro cropheight()
:(ALMaSS.cropheight($(esc(:pos)), $(esc(:model))))
:(cropheight($(esc(:pos)), $(esc(:model))))
end
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment