Skip to content
Snippets Groups Projects
Commit 99a3d483 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

Merge branch 'fix_extra_sf2sig' of gitlab.epfl.ch:spc/gdat into fix_extra_sf2sig

parents c1fb7f04 8432c958
No related branches found
No related tags found
1 merge request!128D3d addons
Pipeline #145994 failed
......@@ -211,7 +211,7 @@ if usemdsplus
end
adata.data=data;
adata.edition = mdsvalue(['_oed' user diagname]);
if nverbose>=1 && adata.edition~=edition_in
if nverbose>=1 && (~isempty(edition_in) && adata.edition~=edition_in)
warning(sprintf('\nedition in = %d is different from output edition: %d\n\n',edition_in,adata.edition));
end
if mod(error,2)==2; disp(['error even for ' diagname ' ; ' sigtype]); end
......
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