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

last modif before rm to use CXRS_analysis svn

parent 24f77900
No related branches found
No related tags found
1 merge request!63Check cxrs
......@@ -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