From b5525ca8d4baf50262e12dce60165e1ca2dca77f Mon Sep 17 00:00:00 2001
From: Erik Strand <erik.strand@cba.mit.edu>
Date: Mon, 20 Apr 2020 13:32:38 -0400
Subject: [PATCH] Add optimization as a submodule

---
 .gitmodules               | 3 +++
 _code/extern/optimization | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 _code/extern/optimization

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..7983463
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "_code/extern/optimization"]
+	path = _code/extern/optimization
+	url = ssh://git@gitlab.cba.mit.edu:846/erik/optimization.git
diff --git a/_code/extern/optimization b/_code/extern/optimization
new file mode 160000
index 0000000..c87a5e0
--- /dev/null
+++ b/_code/extern/optimization
@@ -0,0 +1 @@
+Subproject commit c87a5e0e10d42eab8a7a74191af8127301a0dbac
-- 
GitLab