Skip to content

Commit b13a579

Browse files
committed
ADI: fix bug in commit b0ef954
1 parent b0ef954 commit b13a579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aerodyn/src/AeroDyn_Inflow.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ subroutine ADI_Init(InitInp, u, p, x, xd, z, OtherState, y, m, Interval, InitOut
9090
case default
9191
call SetErrStat(ErrID_Fatal, 'Invalid value for CompInflow', ErrStat, ErrMsg, RoutineName)
9292
return
93-
endif
93+
end select
9494

9595
call AD_Init(InitInp%AD, u%AD, p%AD, x%AD, xd%AD, z%AD, OtherState%AD, y%AD, m%AD, Interval, InitOut_AD, errStat2, errMsg2); if (Failed()) return
9696
InitOut%Ver = InitOut_AD%ver

0 commit comments

Comments
 (0)