This code still doesn't run. There are some obvious errors, like if I run it gives me a syntax error pointing to line 643: "Error evaluating ccblade.jl LoadError: syntax: use "^" instead of "**""
here is the line
q = 0.5*rho*W**2
which should be
q = 0.5*rho*W^2
This code still doesn't run. There are some obvious errors, like if I run it gives me a syntax error pointing to line 643: "Error evaluating ccblade.jl LoadError: syntax: use "^" instead of "**""
here is the line
q = 0.5*rho*W**2
which should beq = 0.5*rho*W^2