You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi, there exists a small bug at line 289 in /sharpy/structure/utils/modalutils.py: for mode in range(num_rigid_body, NumLambda - num_rigid_body): should be for mode in range(num_rigid_body, NumLambda ).
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, another potential bug was found in sharpy/postproc/aeroforcescalculator.py, the function of file_output: force_matrix and moment_matrix are mismatched with the following code in that function, which may cause confusion in the output file 'aeroforces.txt'.
Thank you.
Describe the bug
Hi, there exists a small bug at line 289 in
/sharpy/structure/utils/modalutils.py
:for mode in range(num_rigid_body, NumLambda - num_rigid_body):
should befor mode in range(num_rigid_body, NumLambda )
.Thank you.
The text was updated successfully, but these errors were encountered: