Skip to content
Snippets Groups Projects
t90TOt68.m 92 B
Newer Older
function [t68] = t90TOt68( t90 )

if ~isempty( t90 )
  t68 = 1.00024 * t90;
end

end