We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce3a2e commit 743232bCopy full SHA for 743232b
Project.toml
@@ -1,4 +1,9 @@
1
name = "Coad"
2
uuid = "3c209b1d-894b-49f9-b6fc-d6828dace04e"
3
authors = ["Daniel Rothenberg <[email protected]>"]
4
-version = "0.1.0"
+version = "0.1.0"
5
+
6
+[deps]
7
+CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
8
+Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
9
+Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
src/run_model.jl run_model.jl
@@ -4,8 +4,8 @@ using CPUTime
using Plots
using Printf
-include("grids.jl")
-include("util.jl")
+include("src/grids.jl")
+include("src/util.jl")
10
11
## Parameters / Configuration
src/grids.jl
0 commit comments