Skip to content
Snippets Groups Projects
Commit e02176db authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update generateOmega.m

parent 58961f05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment