Skip to content
Snippets Groups Projects
Commit 0abf7a18 authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

gtFowrardSimulate_v2 : add default value to phaseID=1 if missing


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@501 4c865b51-4357-4376-afb4-474e03ccb993
parent ca6e80bf
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,10 @@ else ...@@ -57,6 +57,10 @@ else
fsim.verbose = 0; fsim.verbose = 0;
end end
if ~exists('phaseID','var') || isempty(phaseID)
phaseID = 1;
end
if isdeployed if isdeployed
first = str2double(first); first = str2double(first);
last = str2double(last); last = str2double(last);
......
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