Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Mar 2, 2020
1 parent a8ea9a8 commit a9e6b2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,8 @@ def read_DISCON(self, DISCON_filename):
DISCON_in: Dict
Dictionary containing input parameters from DISCON_in, organized by parameter name
'''
# discon_in_file = os.path.normpath(os.path.join(self.FAST_directory, self.fst_vt['ServoDyn']['DLL_InFile']))


DISCON_in = {}

with open(DISCON_filename) as discon:
for line in discon:

Expand Down

0 comments on commit a9e6b2f

Please sign in to comment.