Skip to content
Snippets Groups Projects
Commit 45a68207 authored by xo30xoqa's avatar xo30xoqa
Browse files

Updated exported variables

parent 434e8dc6
No related branches found
No related tags found
No related merge requests found
...@@ -52,27 +52,37 @@ export ...@@ -52,27 +52,37 @@ export
Farmer, Farmer,
DataOutput, DataOutput,
SimulationModel, SimulationModel,
AgricultureModel,
#macros #macros
@param, @param,
@rand,
@shuffle!,
@species, @species,
@initialise, @populate,
@create,
@phase, @phase,
@trait, @animal,
@isalive,
@here,
@setphase, @setphase,
@respond, @respond,
@here,
@kill, @kill,
@killother,
@reproduce, @reproduce,
@neighbours, @migrate,
@habitat, @habitat,
@landcover, @landcover,
@cropheight,
@cropname, @cropname,
@cropheight,
@directionto,
@distanceto, @distanceto,
@distancetoedge, @distancetoedge,
@countanimals, @randompixel,
@rand, @randomdirection,
@shuffle!, @neighbours,
@move,
@walk,
@follow,
#functions #functions
simulate, simulate,
simulate!, simulate!,
...@@ -133,7 +143,7 @@ include("nature/species/wyvern.jl") ...@@ -133,7 +143,7 @@ include("nature/species/wyvern.jl")
include("core/simulation.jl") #this must be last include("core/simulation.jl") #this must be last
# precompile important functions # precompile important functions - XXX use PrecompileTools.jl
precompile(initialise, (String,Int)) precompile(initialise, (String,Int))
precompile(stepsimulation!, (SimulationModel,)) precompile(stepsimulation!, (SimulationModel,))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment