From ebd04c19dc2d10c2b62025ce132da6fc19f0e052 Mon Sep 17 00:00:00 2001 From: Bonnie Jonkman Date: Wed, 24 Sep 2025 18:24:15 -0600 Subject: [PATCH] Linearization: Fix pointer to dUdy block for SD inputs to MAP outputs --- modules/openfast-library/src/FAST_Lin.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openfast-library/src/FAST_Lin.f90 b/modules/openfast-library/src/FAST_Lin.f90 index 7aba34117c..beb1c645e8 100644 --- a/modules/openfast-library/src/FAST_Lin.f90 +++ b/modules/openfast-library/src/FAST_Lin.f90 @@ -3925,7 +3925,7 @@ SUBROUTINE Linear_MAP_InputSolve_dy( p_FAST, y_FAST, u_MAP, p_ED, y_ED, y_SD, Me call Linearize_Point_to_Point( SubstructureMotion, u_MAP%PtFairDisplacement, MeshMapData%Structure_2_Mooring, ErrStat2, ErrMsg2 ) FieldMask = .false. FieldMask(MASKID_TRANSLATIONDISP) = .true. - call Assemble_dUdy_Motions(y_ED%PlatformPtMesh, u_MAP%PtFairDisplacement, MeshMapData%Structure_2_Mooring, MAP_Start, SubStructure_Out_Start, dUdy, FieldMask) + call Assemble_dUdy_Motions(SubstructureMotion, u_MAP%PtFairDisplacement, MeshMapData%Structure_2_Mooring, MAP_Start, SubStructure_Out_Start, dUdy, FieldMask) END IF END SUBROUTINE Linear_MAP_InputSolve_dy