From e02176db7f90fbf98c08dc25daba5295f033e777 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:04:11 +0000
Subject: [PATCH] Update generateOmega.m

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

diff --git a/src/generateOmega.m b/src/generateOmega.m
index 686e6fb..7c6f48e 100644
--- a/src/generateOmega.m
+++ b/src/generateOmega.m
@@ -14,7 +14,8 @@ function [P_Omega, P_OmegaC] = generateOmega(OmegaTypes, nxhat, nd, params)
 %           P_OmegaC    Projection operator corresponding to observable part Omega^C,
 %                       nxhat*nd-array, only 0 and 1 entries, one-matrix for splitting only.
 %
-% *************************************************************************************   
+% ********************************************************************************************
+
     [~,nr_of_OmegaTypes] = size(OmegaTypes);
     P_OmegaC = ones(nxhat,nd);
     for iterk = 1:nr_of_OmegaTypes
-- 
GitLab