Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris_l1b
user
Commits
6b42b3d8
Commit
6b42b3d8
authored
Mar 30, 2022
by
Joe Taylor
Browse files
fixed save call error, now attempting to save RU_out (the RSS RU only)
parent
a8bf1ea9
Pipeline
#36625
passed with stage
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
RU/cris_gran_RU_ncparam.m
View file @
6b42b3d8
...
...
@@ -288,6 +288,6 @@ end %%%%%%%%%%%%%%%%%%%% end loop over bands, jj %%%%%%%%%%%%%%%%%%%%
fprintf
(
1
,
'Saving RU output file\n'
);
RU_out
.
opts
=
opts
;
save
(
fullfile
(
pname_out
,
sprintf
(
'%s.mat'
,
fname_out
)),
'RU'
);
save
(
fullfile
(
pname_out
,
sprintf
(
'%s.mat'
,
fname_out
)),
'RU
_out
'
);
return
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment