From 751e2d05e47997080d2f3873fc11c51532c5626c Mon Sep 17 00:00:00 2001 From: Romain-Gauthier <145598390+Romain-Gauthier@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:43:43 +0100 Subject: [PATCH] Update avlconfig.py: compute stability derivatives --- ceasiompy/PyAVL/func/avlconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceasiompy/PyAVL/func/avlconfig.py b/ceasiompy/PyAVL/func/avlconfig.py index 555b27a56..7c7d64c3f 100644 --- a/ceasiompy/PyAVL/func/avlconfig.py +++ b/ceasiompy/PyAVL/func/avlconfig.py @@ -121,7 +121,7 @@ def write_command_file( ] ) command_file.write("x\n") - for force_file in ["ft", "fn", "fs", "fe", "st"]: + for force_file in ["ft", "fn", "fs", "fe", "st", "sb"]: command_file.write(force_file + "\n") command_file.write(force_file + ".txt\n") command_file.write("\n\n\n")