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 d873771 commit 0b92e95Copy full SHA for 0b92e95
openfast_toolbox/io/examples/Example_EditOpenFASTModel.py
@@ -30,7 +30,7 @@
30
print('> Hub radius: ',ED['HubRad'])
31
print('> Tip radius: ',ED['TipRad'])
32
print('> Hub mass: ',ED['HubMass'])
33
-ED['TipRadius'] = 64 # Modifying the data
+ED['TipRad'] = 64 # Modifying the data
34
#ED.write('_NewFile.dat') # write a new file with modified data
35
36
0 commit comments