Skip to content

Commit

Permalink
Export build path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoor committed Sep 9, 2024
1 parent 5a0f25a commit e5609c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OWENSOpenFASTWrappers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import Libdl
using LinearAlgebra # for aerodyn cross-product

const path = splitdir(@__FILE__)[1]
OFWpath = path

# InflowWind
export ifwinit, ifwcalcoutput, ifwend
export ifwinit, ifwcalcoutput, ifwend, OFWpath

# AD15
export Turbine, Environment, Structure, adiInit, adiCalcOutput, adiUpdateStates, adiEnd
Expand Down

0 comments on commit e5609c2

Please sign in to comment.