diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-04-29 15:58:46 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-04-29 15:58:46 -0400 |
commit | aef62ccd306bb8c8d820209964354984733e3640 (patch) | |
tree | bd650d6785b0487baaaee937f8a19d52ec9eedb5 | |
parent | 4dd562a8fd8acff887f65ca628d6bf112ba56a37 (diff) | |
download | code-aef62ccd306bb8c8d820209964354984733e3640.tar.gz code-aef62ccd306bb8c8d820209964354984733e3640.tar.bz2 code-aef62ccd306bb8c8d820209964354984733e3640.zip |
Added new module and updated system reference.
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | metastable | bin | 0 -> 66904 bytes | |||
m--------- | pcg-cpp | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a509f25..4f2d713 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "wolff"] path = wolff url = git:research/wolff/code/c++ +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp diff --git a/metastable b/metastable Binary files differnew file mode 100755 index 0000000..4a470c4 --- /dev/null +++ b/metastable diff --git a/pcg-cpp b/pcg-cpp new file mode 160000 +Subproject 5b5cac8d61339e810c5dbb4692d868a1d7ca1b2 |