Skip to content

Commit

Permalink
style check
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-szj committed Aug 11, 2024
1 parent fa4739c commit 5d3c93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/+parameters/loadParameters.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cond = sum(~isnan(scopeInput(j, :))) < 1;
end
if isempty(j) || cond
if strcmp(name,'Cab')
if strcmp(name, 'Cab')
warning('warning: input "', name, '" not provided in input spreadsheet...', ...
'I will use 0.25*Cab instead');
Options.Cca_function_of_Cab = 1;
Expand Down

0 comments on commit 5d3c93b

Please sign in to comment.