diff --git a/Tools/autotest/param_metadata/param.py b/Tools/autotest/param_metadata/param.py index ec7bea2176..e8be59cfd6 100644 --- a/Tools/autotest/param_metadata/param.py +++ b/Tools/autotest/param_metadata/param.py @@ -91,6 +91,7 @@ known_units = { 'deg' : 'degrees' , # Not SI, but is some situations more user-friendly than radians 'deg/s' : 'degrees per second' , # Not SI, but is some situations more user-friendly than radians 'deg/s/s' : 'degrees per square second', # Not SI, but is some situations more user-friendly than radians + 'deg/s/s/s' : 'degrees per cube second', # Not SI, but is some situations more user-friendly than radians 'cdeg' : 'centidegrees' , # Not SI, but is some situations more user-friendly than radians 'cdeg/s' : 'centidegrees per second', # Not SI, but is some situations more user-friendly than radians 'cdeg/s/s': 'centidegrees per square second' , # Not SI, but is some situations more user-friendly than radians