Skip to content

Commit

Permalink
temp solution for saveRes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Oct 24, 2020
1 parent fa6e381 commit 32c08fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @JRC/processArgs.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function processArgs(obj)
obj.hCfg = hCfg_;
obj.res = res_;

obj.saveRes();
obj.saveRes(~obj.args{2});
obj.hCfg.save('', 1);

obj.isCompleted = 1;
Expand Down

0 comments on commit 32c08fe

Please sign in to comment.