Skip to content

Commit 0104cd4

Browse files
author
gv
committed
ROSCO input file: write "PerfTableSize" as 2 ints (instead of 2 floats) so ROSCO can read it well
1 parent cfb3f1d commit 0104cd4

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)