Skip to content

Commit

Permalink
Update avlconfig.py: compute stability derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Gauthier authored Jan 21, 2025
1 parent 1b7ff5c commit 751e2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceasiompy/PyAVL/func/avlconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 751e2d0

Please sign in to comment.