From aef62ccd306bb8c8d820209964354984733e3640 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 29 Apr 2020 15:58:46 -0400 Subject: Added new module and updated system reference. --- .gitmodules | 3 +++ metastable | Bin 0 -> 66904 bytes pcg-cpp | 1 + 3 files changed, 4 insertions(+) create mode 100755 metastable create mode 160000 pcg-cpp 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 new file mode 100755 index 0000000..4a470c4 Binary files /dev/null and b/metastable differ diff --git a/pcg-cpp b/pcg-cpp new file mode 160000 index 0000000..5b5cac8 --- /dev/null +++ b/pcg-cpp @@ -0,0 +1 @@ +Subproject commit 5b5cac8d61339e810c5dbb4692d868a1d7ca1b2d -- cgit v1.2.3-54-g00ecf