Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Feb 3, 2025
1 parent 57d6566 commit efe12db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/calculate_rotational_inertia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ end

SETFILE = "system_v9.yaml"
INCL_KCU = false
ARROUND_KCU = false
AROUND_KCU = false

SET = deepcopy(load_settings(SETFILE))
TEST_KCU = KCU(SET)
S = KPS4(TEST_KCU)

print_settings(INCL_KCU, ARROUND_KCU)
ixx, ixy, ixz, iyy, iyz, izz = calculate_rotational_inertia!(S, INCL_KCU, ARROUND_KCU)
print_settings(INCL_KCU, AROUND_KCU)
ixx, ixy, ixz, iyy, iyz, izz = calculate_rotational_inertia!(S, INCL_KCU, AROUND_KCU)
print_inertia_matrix(ixx, ixy, ixz, iyy, iyz, izz)

0 comments on commit efe12db

Please # to comment.