From bd28648f8de004ee1147d375acc385947e507cf8 Mon Sep 17 00:00:00 2001 From: Andrew Shao Date: Fri, 20 Aug 2021 16:38:00 +0000 Subject: [PATCH] Reference Patrick's forks for repository The current .gitmodules references the main forks. Some work that has been recently been completed at UVic however has not yet been merged back into the main gotm repositories. To facillitate the use of the new code, the .gitmodules now references @PatrickFarnole's forks for stim, flexout, and fabm. --- .gitmodules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 44e38b7c3..1e1320232 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,12 @@ [submodule "extern/fabm"] path = extern/fabm - url = https://github.com/fabm-model/fabm -# url = ../../fabm-model/fabm + url = https://github.com/PatrickFarnole/fabm [submodule "extern/flexout"] path = extern/flexout - url = https://github.com/BoldingBruggeman/flexout -# url = ../../BoldingBruggeman/flexout + url = https://github.com/PatrickFarnole/flexout [submodule "extern/stim"] path = extern/stim - url = https://github.com/BoldingBruggeman/stim + url = https://github.com/PatrickFarnole/stim [submodule "extern/CVMix-src"] path = extern/CVMix-src url = https://github.com/CVMix/CVMix-src.git