From e23e97df49f08b72c8180186b78b1e47958ecd9c Mon Sep 17 00:00:00 2001 From: johnryantaylor Date: Sun, 31 Aug 2025 22:02:07 +0100 Subject: [PATCH] Update runtests.jl swapped projects 2 and 3 --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 99434e1..cfdd534 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,10 +4,10 @@ include("../Project1/gravitycurrent.jl") @info "Running project 2" -include("../Project2/KH.jl") +include("../Project2/rossbywave.jl") @info "Running project 3" -include("../Project3/rossbywave.jl") +include("../Project3/KH.jl") @info "Running project 4" include("../Project4/PZ_box.jl")