We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4611503 + 0a789cb commit 3eda10aCopy full SHA for 3eda10a
src/m/mech/basalstress.m
@@ -9,7 +9,7 @@
9
% See also: plot_basaldrag
10
11
%Check md.friction class
12
-if ~isa(md.friction,friction)
+if ~isa(md.friction,'friction')
13
error('Error: md.friction only supports "friction.m" class.');
14
end
15
0 commit comments