avg_velocity renamed to avg_speed

This commit is contained in:
Mateusz Pusz
2020-03-09 18:56:00 +01:00
parent b65328d575
commit e122d6baae
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ function(add_example target)
target_link_libraries(${target} PRIVATE mp::units)
endfunction()
add_example(avg_velocity)
add_example(avg_speed)
add_example(hello_units)
add_example(measurement)
add_example(total_energy)