Skip to content

Commit

Permalink
changed fuselage_tank initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ngomezve committed May 20, 2024
1 parent 0d807c4 commit 09d6130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/aircraft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mutable struct fuselage_tank
qfac::Float64
pfac::Float64
TSLtank::Float64
fuselage_tank() = new()
fuselage_tank() = new("", "", false, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, [], [], [], StructuralAlloy("Al-2219-T87"), StructuralAlloy("Al-2219-T87"), 0.0, 0.0, [], 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
end


Expand Down

0 comments on commit 09d6130

Please sign in to comment.