Skip to content

Commit

Permalink
remove [floatingforces]: unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sduess committed Apr 15, 2021
1 parent 1d64ffa commit 503cd9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sharpy/generators/floatingforces.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def response_freq_dep_matrix(H, omega_H, q, it_, dt):
# Compute the inverse Fourier tranform
f[:] = np.real(ifft(fourier_f, axis=0)[it_, :])

(T, yout, xout) = lsim(H, q[:it_ + 1, :], T, X0=X0)
# (T, yout, xout) = lsim(H, q[:it_ + 1, :], T, X0=X0)

return f

Expand Down Expand Up @@ -767,7 +767,6 @@ def generate(self, params):
# Renaming for convenience
data = params['data']
struct_tstep = params['struct_tstep']
aero_tstep = params['aero_tstep']
force_coeff = params['force_coeff']
k = params['fsi_substep']

Expand Down

0 comments on commit 503cd9d

Please sign in to comment.