Skip to content

Commit

Permalink
SrvD: fix typo in registry from PR #2079
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Mar 11, 2024
1 parent bbcf464 commit 7a2c43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/servodyn/src/ServoDyn_Registry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ typedef ^ ParameterType IntKi StCCmode - - - "Structural control control mode {0
typedef ^ ParameterType IntKi NumOuts - - - "Number of parameters in the output list (number of outputs requested)" -
typedef ^ ParameterType IntKi NumOuts_DLL - - - "Number of logging channels output from the DLL (set at initialization)" -
typedef ^ ParameterType CHARACTER(1024) RootName - - - "RootName for writing output files" -
typedef ^ ParameterType CHARACTER(1024) PriPath - - - "Path of the primary SD input file " -
typedef ^ ParameterType CHARACTER(1024) PriPath - - - "Path of the primary SrvD input file " -
typedef ^ ParameterType OutParmType OutParam {:} - - "Names and units (and other characteristics) of all requested output parameters" -
typedef ^ ParameterType CHARACTER(1) Delim - - - "Column delimiter for output text files" -
# parameters for Bladed Interface (dynamic-link library)
Expand Down
2 changes: 1 addition & 1 deletion modules/servodyn/src/ServoDyn_Types.f90
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ MODULE ServoDyn_Types
INTEGER(IntKi) :: NumOuts !< Number of parameters in the output list (number of outputs requested) [-]
INTEGER(IntKi) :: NumOuts_DLL !< Number of logging channels output from the DLL (set at initialization) [-]
CHARACTER(1024) :: RootName !< RootName for writing output files [-]
CHARACTER(1024) :: PriPath !< Path of the primary SD input file [-]
CHARACTER(1024) :: PriPath !< Path of the primary SrvD input file [-]
TYPE(OutParmType) , DIMENSION(:), ALLOCATABLE :: OutParam !< Names and units (and other characteristics) of all requested output parameters [-]
CHARACTER(1) :: Delim !< Column delimiter for output text files [-]
LOGICAL :: UseBladedInterface !< Flag that determines if BladedInterface was used [-]
Expand Down

0 comments on commit 7a2c43e

Please sign in to comment.