openfast/modules-local/aerodyn/src/AeroDyn_IO.f90:3092:122:
"(N/m) ","(N/m) ","(N/m) ","(N/m) ","(N/m) ","(N/m) ","(-) ", &
1
Error: Different CHARACTER lengths (10/11) in array constructor at (1)
openfast/modules-local/aerodyn/src/AeroDyn_IO.f90:3446:34:
p%OutParam(I)%Units = ParamUnitsAry(Indx) ! it's a valid output
1
Error: Function 'paramunitsary' at (1) has no IMPLICIT type
With the latest updates on the
devbranch, I get a compilation error when usingGNU gfortran 6.3.0. I am not sure where the character length 11 is showing up, every entry inParamUnitsAryis neatly formatted and looks like it is 10 characters long.@ghaymanNREL @bjonkman