Skip to content

Commit ed7d9dd

Browse files
authored
Merge pull request #23 from Guiiem/discon_input_bugfix
ROSCO input file: write "PerfTableSize" without decimals
2 parents cfb3f1d + 0104cd4 commit ed7d9dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openfast_toolbox/io/rosco_discon_file.py

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def toString(self):
136136
FMTs['{:<4.4f}']=['WE_FOPoles_v']
137137
FMTs['{:<10.8f}']=['WE_FOPoles']
138138
FMTs['{:<10.3f}']=['PS_BldPitchMin']
139+
FMTs['{:<7.0f}']=['PerfTableSize']
139140
fmtFloat='{:<014.5f}'
140141
for fmt,keys in FMTs.items():
141142
if param in keys:

0 commit comments

Comments
 (0)