You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typedef ^ ^ LOGICAL OutAll - - - "Output all user-specified member and joint loads (only at each member end, not interior locations) [T/F]" -
67
66
typedef ^ ^ INTEGER NumOuts - - - "The number of outputs for this module as requested in the input file" -
68
67
typedef ^ ^ CHARACTER(ChanLen) OutList {:} - - "The user-requested output channel labels for this modules. This should really be dimensioned with MaxOutPts" -
IF ( InputFileData%OutAll ) THEN!TODO: Alter this check once OutAll is supported
2811
-
CALL SetErrStat( ErrID_Fatal,'OutAll must be FALSE. Future versions of HydroDyn will once again support values of either TRUE or FALSE.',ErrStat,ErrMsg,RoutineName)
2812
-
RETURN
2813
-
END IF
2814
-
2815
-
2816
2807
! OutSwtch - output file switch
2817
2808
2818
2809
IF ( InputFileData%OutSwtch /=1.AND. InputFileData%OutSwtch /=2.AND. InputFileData%OutSwtch /=3 ) THEN
0 commit comments