From 41d0dc9886783a915eaf57415530613e7c521126 Mon Sep 17 00:00:00 2001
From: Eric Pooser <pooser@jlab.org>
Date: Wed, 28 Mar 2018 16:36:09 -0400
Subject: [PATCH] Add utilities submodule for SIDIS (#436)

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

diff --git a/.gitmodules b/.gitmodules
index 5797e761..8403e529 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -14,3 +14,7 @@
 	path = UTIL_ED
 	url = https://github.com/JeffersonLab/UTIL_ED
 	branch = master
+[submodule "UTIL_SIDIS"]
+	path = UTIL_SIDIS
+	url = https://github.com/JeffersonLab/UTIL_SIDIS
+	branch = master
\ No newline at end of file
diff --git a/UTIL_SIDIS b/UTIL_SIDIS
new file mode 160000
index 00000000..a4b2ad66
--- /dev/null
+++ b/UTIL_SIDIS
@@ -0,0 +1 @@
+Subproject commit a4b2ad6697e8eefacd39af2047f9ba429d7e51e1
-- 
GitLab