Skip to content

Commit

Permalink
nodf -> ndof
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancoe committed Apr 3, 2024
1 parent a7bef5f commit 8d9bbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wecopttool/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def from_bem(
corrected. Also includes inertia and hydrostatic stiffness.
friction
Linear friction, in addition to radiation damping, of size
:python:`(nodf, ndof)`.
:python:`(ndof, ndof)`.
:python:`None` if included in :python:`bem_data` or to set
to zero.
f_add
Expand Down Expand Up @@ -2203,7 +2203,7 @@ def add_linear_friction(
corrected. Also includes inertia and hydrostatic stiffness.
friction
Linear friction, in addition to radiation damping, of size
:python:`(nodf, ndof)`.
:python:`(ndof, ndof)`.
:python:`None` if included in :python:`bem_data` or to set to zero.
"""
dims = ['radiating_dof', 'influenced_dof']
Expand Down

0 comments on commit 8d9bbb8

Please sign in to comment.