Skip to content

Commit 4f73771

Browse files
committed
use absolute path for polar creation
1 parent a357c98 commit 4f73771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VortexStepMethod"
22
uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
33
authors = ["1-Bart-1 <[email protected]>", "Oriol Canyon and contributors"]
4-
version = "1.1.0"
4+
version = "1.1.1"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

src/kite_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ function KiteWing(obj_path, dat_path; alpha=0.0, crease_frac=0.75, wind_vel=10.,
393393
@eval Main begin
394394
foil_path, polar_path, v_wind, area, width, x_turn =
395395
$dat_path, $polar_path, $wind_vel, $gamma_tip, $width, $crease_frac
396-
include("../scripts/polars.jl")
396+
include(joinpath(dirname(@__FILE__), "../scripts/polars.jl"))
397397
end
398398
end
399399

0 commit comments

Comments
 (0)