Skip to content

Commit

Permalink
took off unused weightComp
Browse files Browse the repository at this point in the history
  • Loading branch information
FernCarrera committed May 24, 2019
1 parent a88e6d6 commit 0034a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from openmdao.api import Problem, Group, IndepVarComp, ExecComp, ScipyOptimizeDriver
from Model.Propulsion.power_comp import PowerComp
from Model.Propulsion.weight_comp import WeightComp
from Model.Weight.gross_weight_comp import GrossWeightComp

prob = Problem(model=Group())
Expand Down

0 comments on commit 0034a4b

Please sign in to comment.