We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0284731 commit 00cf2a5Copy full SHA for 00cf2a5
openfast_io/openfast_io/FAST_reader.py
@@ -3478,6 +3478,8 @@ def execute(self):
3478
3479
if not os.path.isabs(self.fst_vt['ElastoDyn']['TwrFile']):
3480
ed_tower_file = os.path.join(os.path.dirname(ed_file), self.fst_vt['ElastoDyn']['TwrFile'])
3481
+ else:
3482
+ ed_tower_file = self.fst_vt['ElastoDyn']['TwrFile']
3483
self.read_ElastoDynTower(ed_tower_file)
3484
3485
if self.fst_vt['Fst']['CompInflow'] == 1:
0 commit comments