From 9a94ad345169cac55bc6fa73297570ebdee05af0 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:22:48 +0000
Subject: [PATCH] Update FISTA_secondOrder.m

---
 src/FISTA_secondOrder.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/FISTA_secondOrder.m b/src/FISTA_secondOrder.m
index 95acf32..f782964 100644
--- a/src/FISTA_secondOrder.m
+++ b/src/FISTA_secondOrder.m
@@ -1,7 +1,7 @@
 function [F, nr_of_iterations, Res] = FISTA_secondOrder(G, sampling, kappa, P_OmegaC, z, kmax)
 
-% FISTA_SECONDORDER: Solves the l1xl1 minimization problem for the splitting and/ or completion problem in Born
-% approximation of order 2 numerically by using the FISTA algorithm.
+%% FISTA_SECONDORDER: Solves the l1xl1 minimization problem for the splitting and/ or completion problem
+% in Born approximation of order 2 numerically by using the FISTA algorithm.
 %
 % INPUT:    G           Observed far field matrix, nxhat*nd-array.
 %           sampling    Structure containing information about the discretization.
-- 
GitLab