Skip to content

Commit

Permalink
update the warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Nov 8, 2023
1 parent 880f382 commit de8e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/+soilmoisture/solveTridiagonalMatrixEquations.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
end

if any(isnan(SAVEhh)) == 1 || any(~isreal(SAVEhh))
warning('\n SAVEhh == 1 or not real\r');
warning('\n some items of SAVEhh are nan or not real\r');
end
end

0 comments on commit de8e62c

Please sign in to comment.