Skip to content

Commit 3eda10a

Browse files
Merge pull request #75 from inwoo-park/main
CHG: basalstress.m - Fix bugs.
2 parents 4611503 + 0a789cb commit 3eda10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/m/mech/basalstress.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
% See also: plot_basaldrag
1010

1111
%Check md.friction class
12-
if ~isa(md.friction,friction)
12+
if ~isa(md.friction,'friction')
1313
error('Error: md.friction only supports "friction.m" class.');
1414
end
1515

0 commit comments

Comments
 (0)