From 6a7e31a7b31f16475a13d6c7171a686e51238ffc Mon Sep 17 00:00:00 2001 From: mcgratta Date: Mon, 13 Jan 2025 11:47:59 -0500 Subject: [PATCH] FDS Validation: Typo in script --- Validation/Run_Parallel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Validation/Run_Parallel.sh b/Validation/Run_Parallel.sh index 9ce82cb8c7..4cb962e23e 100755 --- a/Validation/Run_Parallel.sh +++ b/Validation/Run_Parallel.sh @@ -18,7 +18,7 @@ cd Crown_Fires; ./Run_All.sh $OPTIONS; cd .. cd CSIRO_Grassland_Fires; ./Run_All.sh $OPTIONS; cd .. cd CSTB_Tunnel; ./Run_All.sh $OPTIONS; cd .. cd DelCo_Trainers; ./Run_All.sh $OPTIONS; cd .. -cd Edinburgh_Vegetation_Drag ./Run_All.sh $OPTIONS; cd.. +cd Edinburgh_Vegetation_Drag; ./Run_All.sh $OPTIONS; cd.. cd FAA_Cargo_Compartments; ./Run_All.sh $OPTIONS; cd .. cd FM_Burner; ./Run_All.sh $OPTIONS; cd .. cd FM_FPRF_Datacenter; ./Run_All.sh $OPTIONS; cd ..