From e83abab54b8f358e10e33db076145b2e53af7627 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:30:03 +0200 Subject: [PATCH] Rename crops.jl to almass.jl --- src/Persefone.jl | 2 +- src/crop/{crops.jl => almass.jl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/crop/{crops.jl => almass.jl} (100%) diff --git a/src/Persefone.jl b/src/Persefone.jl index 8b55870..461dd00 100644 --- a/src/Persefone.jl +++ b/src/Persefone.jl @@ -138,7 +138,7 @@ include("analysis/makieplots.jl") include("world/landscape.jl") include("world/weather.jl") -include("crop/crops.jl") +include("crop/almass.jl") include("crop/farmplot.jl") include("farm/farm.jl") diff --git a/src/crop/crops.jl b/src/crop/almass.jl similarity index 100% rename from src/crop/crops.jl rename to src/crop/almass.jl -- GitLab