From 0297f0ee877dff8990e031eb7b5b0701d6ce44e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisa=20Sch=C3=A4tzle?= <lisa.schaetzle@kit.edu> Date: Thu, 11 Jan 2024 08:46:47 +0000 Subject: [PATCH] Update evaluateFarfieldSecondOrder.m --- src/evaluateFarfieldSecondOrder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluateFarfieldSecondOrder.m b/src/evaluateFarfieldSecondOrder.m index 535339d..ab1d20a 100644 --- a/src/evaluateFarfieldSecondOrder.m +++ b/src/evaluateFarfieldSecondOrder.m @@ -6,7 +6,7 @@ function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q) % % INPUT: kappa Wave number, >0. % sampling Structure containing information about the discretization. -% objects Structure including two strings that set the shape-types of +% objects Cell-array including two strings that set the shape-types of % the two scatterers. % par Vector containing all further information about the scatterers % shape, 2*6-array. -- GitLab