Skip to content

Commit 031e7a1

Browse files
committed
cleanup
1 parent 62e7cf8 commit 031e7a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_body_aerodynamics.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# using VortexStepMethod: Wing, BodyAerodynamics, BoundFilament, SemiInfiniteFilament, add_section!, set_va!, solve, calculate_cl
21
using VortexStepMethod
32
using VortexStepMethod: calculate_cl, calculate_cd_cm, calculate_projected_area, calculate_AIC_matrices!
43
using LinearAlgebra
54
using Test
65
using Logging
76

8-
# ENV["JULIA_DEBUG"] = "all"
9-
# global_logger(ConsoleLogger(stderr, Logging.Debug))
10-
117
include("utils.jl")
128

139
@testset "Calculate results against output results" begin

0 commit comments

Comments
 (0)