Skip to content

Commit

Permalink
Note regarding ABMSim.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiyahElsheikh authored Aug 29, 2023
1 parent 9d50bcb commit bbfa692
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
Main simulation of the lone parent model
Run this script from shell as
# julia mainMA.jl
# julia main.jl
from REPL execute it using
> include("mainMA.jl")
> include("main.jl")
Since V0.5, ABMSim.jl V0.6.1 is used instead of MultiAgents.jl accessible
under (https://github.com/AtiyahElsheikh/MultiAgents.jl)
"""

include("src/maspec.jl")
Expand Down

0 comments on commit bbfa692

Please sign in to comment.