diff --git a/helper_methods/ksptot_ma/launch_vehicle_designer/classes/ForceModels/steering/@ThrottlePolyModel/ThrottlePolyModel.m b/helper_methods/ksptot_ma/launch_vehicle_designer/classes/ForceModels/steering/@ThrottlePolyModel/ThrottlePolyModel.m index aa0a6654b..8d8d90709 100644 --- a/helper_methods/ksptot_ma/launch_vehicle_designer/classes/ForceModels/steering/@ThrottlePolyModel/ThrottlePolyModel.m +++ b/helper_methods/ksptot_ma/launch_vehicle_designer/classes/ForceModels/steering/@ThrottlePolyModel/ThrottlePolyModel.m @@ -51,7 +51,7 @@ function setPolyTerms(obj, const, linear, accel) methods(Static) function model = getDefaultThrottleModel() - throttlePoly = PolynominalModel(0,1,0,0); + throttlePoly = PolynominalModel(0,0,0,0); model = ThrottlePolyModel(throttlePoly); end end