From d7c3642a87d216590f22f105260b40747d556466 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 11 May 2016 14:58:43 +0200
Subject: [PATCH] Switch UFL to my fork and use FunctionView from there

---
 .gitmodules | 2 +-
 python/ufl  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 982bfd26..6997ecbd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -9,7 +9,7 @@
 	url = https://github.com/inducer/loopy.git
 [submodule "python/ufl"]
 	path = python/ufl
-	url = https://bitbucket.org/fenics-project/ufl.git
+	url = https://bitbucket.org/dokempf/ufl.git
     ignore = untracked
 [submodule "python/pymbolic"]
 	path = python/pymbolic
diff --git a/python/ufl b/python/ufl
index 68123611..060f18cd 160000
--- a/python/ufl
+++ b/python/ufl
@@ -1 +1 @@
-Subproject commit 6812361122bc3837691fb6d1e3e9a0a665ff79bf
+Subproject commit 060f18cdbd4bad75dd57631dddda57efe0150ebd
-- 
GitLab