Skip to content

Commit 0b92e95

Browse files
authored
Fix variable name for TipRad in Example_EditOpenFASTModel.py (#51)
1 parent d873771 commit 0b92e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfast_toolbox/io/examples/Example_EditOpenFASTModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
print('> Hub radius: ',ED['HubRad'])
3131
print('> Tip radius: ',ED['TipRad'])
3232
print('> Hub mass: ',ED['HubMass'])
33-
ED['TipRadius'] = 64 # Modifying the data
33+
ED['TipRad'] = 64 # Modifying the data
3434
#ED.write('_NewFile.dat') # write a new file with modified data
3535

3636

0 commit comments

Comments
 (0)