From 16edb709adedaea255cea83d8e4686d1937121e3 Mon Sep 17 00:00:00 2001
From: Eric Pooser <pooser@jlab.org>
Date: Sat, 3 Mar 2018 11:50:47 -0500
Subject: [PATCH] Add ED submodule (#411)

---
 .gitmodules | 3 +++
 UTIL_ED     | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 UTIL_ED

diff --git a/.gitmodules b/.gitmodules
index 2804a427..6069fbcb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
 	path = UTIL_F2_XEM
 	url = https://github.com/JeffersonLab/UTIL_F2_XEM
 	branch = master
+[submodule "UTIL_ED"]
+	path = UTIL_ED
+	url = https://github.com/JeffersonLab/UTIL_ED
diff --git a/UTIL_ED b/UTIL_ED
new file mode 160000
index 00000000..fcc5ca0c
--- /dev/null
+++ b/UTIL_ED
@@ -0,0 +1 @@
+Subproject commit fcc5ca0cd2706b995f82e3a6f9ff2d7923e0deaa
-- 
GitLab