Skip to content

Commit

Permalink
ExtLd: missed a logic check on IfW
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Sep 11, 2024
1 parent 689e764 commit 7c3e733
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/openfast-library/src/FAST_Solver.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5106,9 +5106,6 @@ SUBROUTINE CalcOutputs_And_SolveForInputs( n_t_global, this_time, this_state, ca
CALL ExtLd_InputSolve_NoIfW( p_FAST, ExtLd%u, ExtLd%p, ED%y, BD, MeshMapData, ErrStat2, ErrMsg2 )
CALL SetErrStat( ErrStat2, ErrMsg2, ErrStat, ErrMsg, RoutineName )

IF ( p_FAST%CompInflow == MODULE_IfW .OR. p_FAST%CompInflow == MODULE_ExtInfw ) THEN
CALL SetErrStat(ErrID_Fatal,'p_FAST%CompInflow option not setup to work with ExtLoads module.',ErrStat,ErrMsg,RoutineName)
ENDIF
END IF

IF ( p_FAST%CompInflow == Module_IfW ) THEN
Expand Down

0 comments on commit 7c3e733

Please sign in to comment.