Skip to content

Commit

Permalink
Merge pull request #23 from Guiiem/discon_input_bugfix
Browse files Browse the repository at this point in the history
ROSCO input file: write "PerfTableSize" without decimals
  • Loading branch information
rthedin authored Oct 11, 2024
2 parents cfb3f1d + 0104cd4 commit ed7d9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfast_toolbox/io/rosco_discon_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def toString(self):
FMTs['{:<4.4f}']=['WE_FOPoles_v']
FMTs['{:<10.8f}']=['WE_FOPoles']
FMTs['{:<10.3f}']=['PS_BldPitchMin']
FMTs['{:<7.0f}']=['PerfTableSize']
fmtFloat='{:<014.5f}'
for fmt,keys in FMTs.items():
if param in keys:
Expand Down

0 comments on commit ed7d9dd

Please sign in to comment.