Assert that values are within orders of magnitude of specification
function assertLogValues import Modelica.Constants.small; import Modelica.Math.log10; input Real actual[:] "Actual values"; input Real expected[size(actual, 1)] "Expected values"; input Real o = 1 "Error tolerance in orders of magnitude"; input String name = "" "Name of test"; end assertLogValues;