Skip to content

Commit

Permalink
Using SE[*].Utilities instead of Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiyahElsheikh committed Dec 2, 2022
1 parent f33ddbe commit 4d0d08c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions lpm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ using SocioEconomicsX.Demography.Create
using SocioEconomicsX.Demography.Initialize
using SocioEconomicsX.Demography.Simulate

using SocioEconomicsX.Utilities

include("mainHelpers.jl")

2 changes: 0 additions & 2 deletions mainHelpers.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#using Utilities

include("analysis.jl")

mutable struct Model
Expand Down
2 changes: 1 addition & 1 deletion src/malpm/demography/SimSetup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using MALPM.Demography.Simulate: doDeaths!#, doBirths!, doDivorces!
using MultiAgents: AbstractABMSimulation
using MultiAgents: attach_pre_model_step!, attach_post_model_step!,
attach_agent_step!
using Utilities: setVerbose!, unsetVerbose!, setDelay!,
using SocioEconomics.Utilities: setVerbose!, unsetVerbose!, setDelay!,
checkAssumptions!, ignoreAssumptions!
import MultiAgents: setup!, verbose
export setup!
Expand Down

0 comments on commit 4d0d08c

Please sign in to comment.