From 820937fc822e1304a77779613a2fdcab4fc72634 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lisa=20Sch=C3=A4tzle?= <lisa.schaetzle@kit.edu>
Date: Thu, 11 Jan 2024 09:27:14 +0000
Subject: [PATCH] Update projOp.m

---
 src/projOp.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/projOp.m b/src/projOp.m
index 3e50ce5..30fda63 100644
--- a/src/projOp.m
+++ b/src/projOp.m
@@ -10,6 +10,7 @@ function [Ft] = projOp(F, sampling, kappa, c1, c2, N1, N2)
 %           c2          Determines translation in column direction, vector of length 2.
 %           N1          Cutting index in row direction, natural number.
 %           N2          Cutting index in column direction, natural number.
+%
 % OUTPUT:   Fp      Projected far field matrix, nxhat*nd-array.
 % 
 % SYNTAX: projOp(F, sampling, kappa, c1, c2, N1, N2)
-- 
GitLab