Skip to content

Commit 23ff629

Browse files
committed
Update comment with correct indexing
1 parent 5ac0be5 commit 23ff629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openfast-library/src/FAST_Mapping.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ subroutine InitMappings_SrvD(Mappings, SrcMod, DstMod, Turbine, ErrStat, ErrMsg)
19491949
do i = 1, Turbine%SrvD%p%NumBStC
19501950
call MapMotionMesh(Turbine, Mappings, SrcMod=SrcMod, DstMod=DstMod, &
19511951
SrcDL=DatLoc(BD_y_BldMotion, SrcMod%Ins), & ! BD%y(SrcMod%Ins)%BldMotion
1952-
DstDL=DatLoc(SrvD_u_BStCMotionMesh, SrcMod%Ins, i), & ! SrvD%u%BStCMotionMesh(i, j)
1952+
DstDL=DatLoc(SrvD_u_BStCMotionMesh, SrcMod%Ins, i), & ! SrvD%u%BStCMotionMesh(SrcMod%Ins,i)
19531953
ErrStat=ErrStat2, ErrMsg=ErrMsg2); if(Failed()) return
19541954
end do
19551955

0 commit comments

Comments
 (0)