Skip to content

Commit

Permalink
Merge pull request #217 from suavecode/feature-weight_fix
Browse files Browse the repository at this point in the history
mass empty error
  • Loading branch information
planes committed Dec 14, 2017
2 parents e1e4086 + 74fe480 commit 9a36792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk/SUAVE/Methods/Missions/Segments/Common/Weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def update_weights(segment,state):
m0 = conditions.weights.total_mass[0,0]
mdot_fuel = conditions.weights.vehicle_mass_rate
g = conditions.freestream.gravity
m_empty = segment.analyses.weights.mass_properties.operating_empty
I = state.numerics.time.integrate

# calculate
Expand Down

0 comments on commit 9a36792

Please sign in to comment.