Skip to content

Commit 743232b

Browse files
committed
re-factor some modules while trying to build
1 parent 5ce3a2e commit 743232b

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Project.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name = "Coad"
22
uuid = "3c209b1d-894b-49f9-b6fc-d6828dace04e"
33
authors = ["Daniel Rothenberg <[email protected]>"]
4-
version = "0.1.0"
4+
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ using CPUTime
44
using Plots
55
using Printf
66

7-
include("grids.jl")
8-
include("util.jl")
7+
include("src/grids.jl")
8+
include("src/util.jl")
99

1010

1111
## Parameters / Configuration

src/grids.jl

-7
This file was deleted.

0 commit comments

Comments
 (0)