Skip to content

Commit c925765

Browse files
committed
fix in standalone computation
1 parent adb1c66 commit c925765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matRad_compileStandalone.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function matRad_compileStandalone(varargin)
2727
p.addParameter('projectFile','matRad.prj',@(x) exist(x,2)); %Default template prj file
2828
p.addParameter('override',false,@islogical); %If set we do not care for any argumetn but use the bare *.prj file specified
2929

30-
p.parse();
30+
p.parse(varargin{:});
3131

3232
isRelease = p.Results.isRelease;
3333
compileWithRT = p.Results.compileWithRT;

0 commit comments

Comments
 (0)