Skip to content

Commit

Permalink
Parameter description: fix false variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Dec 22, 2020
1 parent 850a094 commit 9124e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected
verboseRead=false) "External table object for sliding friction coefficient";

Real table_signs[2]
"Signs for sliding friction coefficient table interpolation: [sign for w_rel, sign for mu]";
"Signs for sliding friction coefficient table interpolation: [sign for v, sign for f]";

equation
assert(size(f_pos, 1) > 0 and size(f_pos, 2) > 0, "Parameter f_pos is an empty matrix");
Expand Down

0 comments on commit 9124e3f

Please sign in to comment.