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

Updated exported variables

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