From 57a825847f51e18705faf5216e93c4ddbb1307a7 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 18 Dec 2020 15:43:40 -0700 Subject: [PATCH] Update stochastic_physics submodule to point to NOAA-GSL gsl/develop (#55) Code is identical to original/current code in the authoritative repository (NOAA-PSD, branch master) --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4fe3e5911d..9acca404b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,8 +16,8 @@ branch = develop [submodule "stochastic_physics"] path = stochastic_physics - url = https://github.com/noaa-psd/stochastic_physics - branch = master + url = https://github.com/noaa-gsl/stochastic_physics + branch = gsl/develop [submodule "CMakeModules"] path = CMakeModules url = https://github.com/NOAA-EMC/CMakeModules