Skip to content
Snippets Groups Projects
Commit bb6d3f53 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing bug in writing variance decomposition files

parent 55e8e9c9
Branches
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ for file = 1:NumberOfDrawsFiles
if ~test% Prepare the last round...
Decomposition_array = zeros(NumberOfLinesInTheLastDecompFile,nvar*nexo);
NumberOfDecompLines = NumberOfLinesInTheLastDecompFile;
DecompFileNumber = DecompFileNumber - 1;
elseif test<0;
Decomposition_array = zeros(MaXNumberOfDecompLines,nvar*nexo);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment