Skip to content

Commit 156c501

Browse files
Merge pull request #15 from johnryantaylor/tests
Update runtests.jl to swap project 2 and project 3
2 parents 3933635 + e23e97d commit 156c501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
include("../Project1/gravitycurrent.jl")
55

66
@info "Running project 2"
7-
include("../Project2/KH.jl")
7+
include("../Project2/rossbywave.jl")
88

99
@info "Running project 3"
10-
include("../Project3/rossbywave.jl")
10+
include("../Project3/KH.jl")
1111

1212
@info "Running project 4"
1313
include("../Project4/PZ_box.jl")

0 commit comments

Comments
 (0)