Skip to content

Commit

Permalink
Update parseVarargin.m
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhelwegen authored Nov 21, 2023
1 parent 41a3ae5 commit a829240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/parseVarargin.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
assert(ismember(runType, {'none', 'continue', 'overwrite'}));
runType = varValue;

case 'reconstructionsteps'
case 'reconstructionSteps'

% Command line uses ',' to split reconstruction steps.
if ischar(varValue)
Expand Down

0 comments on commit a829240

Please sign in to comment.