From d43f15a8cf3d28fb3b5ca73ad43786a0a8ba3ece Mon Sep 17 00:00:00 2001
From: Philipp Bringmann <philipp.bringmann@tuwien.ac.at>
Date: Wed, 17 Jan 2024 20:19:58 +0100
Subject: [PATCH] Suppress warning

---
 examples/inhomogeneousDirichletData.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/inhomogeneousDirichletData.m b/examples/inhomogeneousDirichletData.m
index 3ec72a5..6dfa6ee 100644
--- a/examples/inhomogeneousDirichletData.m
+++ b/examples/inhomogeneousDirichletData.m
@@ -233,7 +233,7 @@ function val = dmu_dtheta(theta)
     val(Ind3) = - gamma * cos(sigma * gamma) * sin((theta(Ind3) - pi - rho) * gamma);
     val(Ind4) = - gamma * cos((pi/2 - rho) * gamma) * sin((theta(Ind4) - 3/2*pi - sigma) * gamma);
 end
-function val = gradUExact_fct(x)
+function val = gradUExact_fct(x) %#ok<DEFNU>
     % Constants
     gamma = 0.1;
     % Transform to polar coordinates
-- 
GitLab