From 49246935384e3cf5791422c548098bce3cce3929 Mon Sep 17 00:00:00 2001
From: Neda Darbeheshti <neda.darbeheshti@aei.mpg.de>
Date: Thu, 20 Dec 2018 15:10:40 +0100
Subject: [PATCH] clear vars at line 164 was commented to speed up

---
 function_gfr/llpartialgradV.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/function_gfr/llpartialgradV.m b/function_gfr/llpartialgradV.m
index ae04f75..0712365 100644
--- a/function_gfr/llpartialgradV.m
+++ b/function_gfr/llpartialgradV.m
@@ -161,7 +161,7 @@ for ridx = 1:parts
     end
 
     % CleanUp
-    clear idx l th TF TSQ pClm oClm mClm pSlm oSlm mSlm mPQ oPQ pPQ mcos ocos pcos msin osin psin cp sp cl sl
+    %clear idx l th TF TSQ pClm oClm mClm pSlm oSlm mSlm mPQ oPQ pPQ mcos ocos pcos msin osin psin cp sp cl sl
 end % end for I=1:parts
 
 
-- 
GitLab