Skip to content

Commit

Permalink
remoce [nonlifting] outdated comments in nonlifting related codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sduess committed Sep 20, 2023
1 parent 6f91fa1 commit ad9ab63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/UVLM
Submodule UVLM updated 1 files
+0 −1 include/unsteady_utils.h
2 changes: 1 addition & 1 deletion sharpy/aero/models/nonliftingbodygrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self):
self.grid_type = 'nonlifting_body'


def generate(self, data_dict, beam, nonlifting_body_settings, ts): ##input?
def generate(self, data_dict, beam, nonlifting_body_settings, ts):
super().generate(data_dict, beam, nonlifting_body_settings, ts)

# allocating initial grid storage
Expand Down

0 comments on commit ad9ab63

Please sign in to comment.