Skip to content

Commit a3472bc

Browse files
committed
Fix thrust3 and effective_thrust name
1 parent f10055d commit a3472bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/simulation/flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ def u_dot_generalized(self, t, u, post_processing=False): # pylint: disable=too
27012701

27022702
if post_processing:
27032703
self.__post_processed_variables.append(
2704-
[t, *v_dot, *w_dot, R1, R2, R3, M1, M2, M3, effective_thrust]
2704+
[t, *v_dot, *w_dot, R1, R2, R3, M1, M2, M3, thrust3]
27052705
)
27062706

27072707
return u_dot

0 commit comments

Comments
 (0)