Skip to content

Commit

Permalink
fix in standalone computation
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed Nov 19, 2020
1 parent adb1c66 commit c925765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matRad_compileStandalone.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function matRad_compileStandalone(varargin)
p.addParameter('projectFile','matRad.prj',@(x) exist(x,2)); %Default template prj file
p.addParameter('override',false,@islogical); %If set we do not care for any argumetn but use the bare *.prj file specified

p.parse();
p.parse(varargin{:});

isRelease = p.Results.isRelease;
compileWithRT = p.Results.compileWithRT;
Expand Down

0 comments on commit c925765

Please sign in to comment.