Skip to content

Commit f5148df

Browse files
Fixed a bug in FunnelTwolayerMRAC
1 parent 706008c commit f5148df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GainsController.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ def FunnelMRACwithBASELINE(mass_total_estimated,air_density_estimated,surface_ar
11921192
# ================================================================================================================================================================
11931193
# FUNNEL TWO-LAYER MRAC WITH BASELINE
11941194
# ================================================================================================================================================================
1195-
def TwoLayerMRACwithBASELINE(mass_total_estimated,air_density_estimated,surface_area_estimated,drag_coefficient_matrix_estimated):
1195+
def FunnelTwoLayerMRACwithBASELINE(mass_total_estimated,air_density_estimated,surface_area_estimated,drag_coefficient_matrix_estimated):
11961196

11971197
# Number of states to be integrated by RK4
11981198
number_of_states = 138
@@ -1334,4 +1334,4 @@ def TwoLayerMRACwithBASELINE(mass_total_estimated,air_density_estimated,surface_
13341334

13351335

13361336

1337-
1337+

0 commit comments

Comments
 (0)