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

last modif before rm to use CXRS_analysis svn

parent fd9624b2
No related branches found
No related tags found
1 merge request!63Check cxrs
Pipeline #41106 passed with stage
in 1 minute and 25 seconds
......@@ -90,7 +90,7 @@ elseif isa(inparg{2},'char'),
cmd=sprintf('help %s',s); eval(cmd); cxrs_profiles.OK=-9999; return;
end
elseif isa(inparg{2},'numeric'),
if ((inparg{2} >= -1)&(inparg{2} <= 4)),
if ((inparg{2} >= 0)&(inparg{2} <= 4)),
sys=inparg{2};
else
cmd=sprintf('help %s',s); eval(cmd); cxrs_profiles.OK=0; return;
......
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