From 042b16755fa5d372a361ba6f7b64d497882c9aaa 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:23:27 +0000
Subject: [PATCH] Update applyRP.m

---
 src/applyRP.m | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/applyRP.m b/src/applyRP.m
index 34df31b..b8d3e4e 100644
--- a/src/applyRP.m
+++ b/src/applyRP.m
@@ -1,11 +1,13 @@
 function P_Omega2 = applyRP(P_Omega)
 
-% Completes a matrix according to the symmetrie resulting from the reciprocity relation.
+%% APPLYRP: Completes a matrix according to the symmetrie resulting from the reciprocity relation.
 %
 % INPUT:    P_Omega     Projection operator corresponding to non-observable part Omega, nxhat*nd-array
 %                       with only 0 and 1 entries.
 % OUTPUT    P_Omega2    Completed version of P_Omega, nxhat*nd-array, with only 0 and 1 entries.
 %
+% SYNTAX: applyRP(P_Omega)
+%
 % *****************************************************************************************************
 
 [nxhat, nd] = size(P_Omega);
-- 
GitLab