Skip to content

Commit 86c7993

Browse files
committed
openfast_io: delete extra comment block
1 parent a4493e6 commit 86c7993

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

openfast_io/openfast_io/FAST_writer.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -897,14 +897,6 @@ def write_InflowWind(self):
897897
def write_AeroDyn(self):
898898
# AeroDyn v15.03
899899

900-
901-
# self.fst_vt['AeroDyn']['ADBlFile1'] = self.FAST_namingOut + '_AeroDyn_blade.dat'
902-
# self.fst_vt['AeroDyn']['ADBlFile2'] = self.fst_vt['AeroDyn']['ADBlFile1']
903-
# self.fst_vt['AeroDyn']['ADBlFile3'] = self.fst_vt['AeroDyn']['ADBlFile1']
904-
# filename = os.path.join(self.FAST_runDirectory, self.fst_vt['AeroDyn']['ADBlFile1'])
905-
906-
907-
908900
# Generate AeroDyn v15 blade input file
909901
if isinstance(self.fst_vt['AeroDynBlade'], list):
910902
for i_adBld, adBld in enumerate(self.fst_vt['AeroDynBlade']):

0 commit comments

Comments
 (0)