Description
When you have Three lines. Two being purely chain and third being semi-taut (chain-nylon).
When using line2ss it changes the fairlead position of the other two lines.
Steps to reproduce issue
- Two mooring of Chain
- One line being semi-taut
- Run line2ss on ms
Current behavior
Coords change
Expected behavior
Coords of other lines stay the same after change.
Fix i did so far (however i don't know how good it is)
I moved the initialisation and equilibrium in lines2ss to lines2subsytem
Which fixed this behaviour
Moorpy.helper:line 1121 & 1122 into 1120 function call
Description
When you have Three lines. Two being purely chain and third being semi-taut (chain-nylon).
When using line2ss it changes the fairlead position of the other two lines.
Steps to reproduce issue
Current behavior
Coords change
Expected behavior
Coords of other lines stay the same after change.
Fix i did so far (however i don't know how good it is)
I moved the initialisation and equilibrium in lines2ss to lines2subsytem
Which fixed this behaviour
Moorpy.helper:line 1121 & 1122 into 1120 function call