Skip to content

Commit

Permalink
nodf -> ndof (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancoe authored Apr 3, 2024
1 parent 6fdd660 commit c6f858a
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 @@ -2204,7 +2204,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 c6f858a

Please sign in to comment.