Skip to content

Commit a1ff40b

Browse files
committed
Test Bug Fix, fix variable name for TipRad in Example_EditOpenFASTModel.py
1 parent 649ab9c commit a1ff40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)