From b55cda20a2f268a3f6a54c7f1f24a9a040cf54a5 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:24:54 +0000
Subject: [PATCH] Update evaluateFarfieldSecondOrder.m

---
 src/evaluateFarfieldSecondOrder.m | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/evaluateFarfieldSecondOrder.m b/src/evaluateFarfieldSecondOrder.m
index ab1d20a..b9eb4df 100644
--- a/src/evaluateFarfieldSecondOrder.m
+++ b/src/evaluateFarfieldSecondOrder.m
@@ -1,8 +1,9 @@
 function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q)
 
-% Calculates a discretized version of the Born farfield operator of second order 
-% by using the composite trapezoidal rule for the outer integral and calculations
-% as suggested by Vainikko in order to approximate the individual Born farfields.
+%% EVALUATEFARFIELDSECONDORDER: Calculates a discretized version of the Born far field
+% operator of second order by using the composite trapezoidal rule for the outer
+% integral and calculations as suggested by Vainikko in order to approximate the
+% individual Born farfields.
 %
 % INPUT: kappa      Wave number, >0.
 %        sampling   Structure containing information about the discretization.
@@ -17,6 +18,8 @@ function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q)
 %   
 % OUTPUT: F     Born farfield operator of second order, nxhat*nd-array.
 %
+% SYNTAX: evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q)
+%
 % ************************************************************************************
 
 kR = k * R;
-- 
GitLab