Skip to content

Commit df84979

Browse files
committed
Remove dev bug
1 parent c146a9e commit df84979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kite_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ function RamAirWing(obj_path, dat_path; alpha=0.0, crease_frac=0.75, wind_vel=10
449449
(!isfile(obj_path)) && error("OBJ file not found: $obj_path")
450450
info_path = obj_path[1:end-4] * "_info.bin"
451451

452-
if true || !ispath(info_path)
452+
if !ispath(info_path)
453453
@info "Reading $obj_path"
454454
vertices, faces = read_faces(obj_path)
455455
center_of_mass = center_to_com!(vertices, faces)

0 commit comments

Comments
 (0)