diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-03-25 16:20:00 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-03-25 16:20:00 -0400 |
commit | 6ae76b2e55e6dc56a0987f4b1c4b38255d8e9942 (patch) | |
tree | 3e9d444f014db10fd91c4398bc9149ef93f8887f /.gitmodules | |
download | ising_sampling-6ae76b2e55e6dc56a0987f4b1c4b38255d8e9942.tar.gz ising_sampling-6ae76b2e55e6dc56a0987f4b1c4b38255d8e9942.tar.bz2 ising_sampling-6ae76b2e55e6dc56a0987f4b1c4b38255d8e9942.zip |
initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..09d63cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "randutils"] + path = randutils + url = https://gist.github.com/imneme/540829265469e673d045 +[submodule "wolff"] + path = wolff + url = https://git.kent-dobias.com/wolff |