From 5fa29433d12ba93052e48afa0e98e074d0c60389 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 5 Aug 2019 21:37:05 +0200
Subject: [PATCH] Add submodule CubicInterpolationCUDA

---
 .gitmodules                               | 3 +++
 pystencils/gpucuda/CubicInterpolationCUDA | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 pystencils/gpucuda/CubicInterpolationCUDA

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..b8b93ba8
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "pystencils/gpucuda/CubicInterpolationCUDA"]
+	path = pystencils/gpucuda/CubicInterpolationCUDA
+	url = https://github.com/theHamsta/CubicInterpolationCUDA.git
diff --git a/pystencils/gpucuda/CubicInterpolationCUDA b/pystencils/gpucuda/CubicInterpolationCUDA
new file mode 160000
index 00000000..f36dde8b
--- /dev/null
+++ b/pystencils/gpucuda/CubicInterpolationCUDA
@@ -0,0 +1 @@
+Subproject commit f36dde8bede20f0a4bae60cd2675e7f6ede65887
-- 
GitLab