Skip to content

Commit f29fc60

Browse files
committed
fix typo
1 parent baa85f1 commit f29fc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/calculate_rotational_inertia.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function calculate_rotational_inertia(X::Vector, Y::Vector, Z::Vector, M::Vector
4040
end
4141

4242

43-
function calculate_intertia_for_setting(settings_file::String, include_kcu::Bool=true, around_kcu::Bool=false)
43+
function calculate_inertia_for_setting(settings_file::String, include_kcu::Bool=true, around_kcu::Bool=false)
4444
set_data_path("data")
4545
set = deepcopy(load_settings(settings_file))
4646

@@ -104,5 +104,5 @@ INCLKCU = false
104104
ARROUNDKCU = false
105105

106106
print_settings(INCLKCU, ARROUNDKCU)
107-
IXX, IXY, IXZ, IYY, IYZ, IZZ = calculate_intertia_for_setting(SETFILE, INCLKCU, ARROUNDKCU)
107+
IXX, IXY, IXZ, IYY, IYZ, IZZ = calculate_inertia_for_setting(SETFILE, INCLKCU, ARROUNDKCU)
108108
print_inertia_matrix(IXX, IXY, IXZ, IYY, IYZ, IZZ)

0 commit comments

Comments
 (0)