diff --git a/src/nature/macros.jl b/src/nature/macros.jl
index b9345b81d36202f7da8d9f70d1a1b958e6e31025..add747c36c4ee0a725625a78f5bfb8d8276d7312 100644
--- a/src/nature/macros.jl
+++ b/src/nature/macros.jl
@@ -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
 
 """