Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pacs-course/pacs-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lformaggia committed Jan 12, 2025
2 parents 5a08bdd + 21ab1a6 commit b247e96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[submodule "Examples/src/LinearAlgebra/CppNumericalSolvers"]
path = Examples/src/LinearAlgebra/CppNumericalSolvers
url = git@github.com:pacs-course/CppNumericalSolvers.git
url = https://github.com/pacs-course/CppNumericalSolvers.git
branch = master
[submodule "Examples/src/LinearAlgebra/spectra"]
path = Examples/src/LinearAlgebra/spectra
url = git@github.com:pacs-course/spectra.git
url = https://github.com/pacs-course/spectra.git
branch = master
[submodule "Examples/src/LinearAlgebra/redsvd-h"]
path = Examples/src/LinearAlgebra/redsvd-h
url = git@github.com:pacs-course/redsvd-h.git
url = https://github.com/pacs-course/redsvd-h.git
branch = master
[submodule "Extras/muparser"]
path = Extras/muparser
url = git@github.com:pacs-course/muparser.git
url = https://github.com/pacs-course/muparser.git
branch = master
[submodule "Extras/muparserx"]
path = Extras/muparserx
url = git@github.com:pacs-course/muparserx.git
url = https://github.com/pacs-course/muparserx.git
[submodule "Extras/json"]
path = Extras/json
url = git@github.com:pacs-course/json.git
url = https://github.com/pacs-course/json.git
branch = PACS
[submodule "Extras/pybind11"]
path = Extras/pybind11
url = git@github.com:pacs-course/pybind11.git
url = https://github.com/pacs-course/pybind11.git
branch = master
[submodule "Examples/src/pybind11/pybind11_examples"]
path = Examples/src/pybind11/pybind11_examples
url = git@github.com:pacs-course/pybind11_examples.git
url = https://github.com/pacs-course/pybind11_examples.git
branch = master
1 change: 1 addition & 0 deletions change_submodules_url_https.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
git config --file=.gitmodules submodule.Examples/src/LinearAlgebra/CppNumericalSolvers.url https://github.com/pacs-course/CppNumericalSolvers.git
git config --file=.gitmodules submodule.Examples/src/LinearAlgebra/spectra.url https://github.com/pacs-course/spectra.git
git config --file=.gitmodules submodule.Examples/src/LinearAlgebra/redsvd-h.url https://github.com/pacs-course/redsvd-h.git
Expand Down
1 change: 1 addition & 0 deletions change_submodules_url_ssh.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
git config --file=.gitmodules submodule.Examples/src/LinearAlgebra/CppNumericalSolvers.url git@github.com:pacs-course/CppNumericalSolvers.git
git config --file=.gitmodules submodule.Examples/src/LinearAlgebra/spectra.url git@github.com:pacs-course/spectra.git
git config --file=.gitmodules submodule.Examples/src/LinearAlgebra/redsvd-h.url git@github.com:pacs-course/redsvd-h.git
Expand Down

0 comments on commit b247e96

Please sign in to comment.