Skip to content

Commit 0c3803d

Browse files
author
Rudy Alkarem
committed
cleanLineTypeName option set to True when FFarmCompatibleMDOutput is called
1 parent 0d4da0f commit 0c3803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

famodel/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5048,7 +5048,7 @@ def FFarmCompatibleMDOutput(self, filename, MDoptionsDict=None, **kwargs):
50485048

50495049
lengthAwareSegmentation(ms.lineList, factor=factor)
50505050

5051-
ms.unload(fileName=filename, phi=phi, dynamicStiffness=dynamicStiffness, MDoptionsDict=MDoptionsDict, outputList=outputList, flag=flag)
5051+
ms.unload(fileName=filename, phi=phi, dynamicStiffness=dynamicStiffness, MDoptionsDict=MDoptionsDict, outputList=outputList, flag=flag, cleanLineTypeName=True)
50525052

50535053
# rename Body to Turbine if needed
50545054
if renameBody:

0 commit comments

Comments
 (0)