%------------------------------------------------------------------------ % NAME: qpi_K12 % % Inline function to include calculation of Kb for all error % quantities do-levels 1 and 2) in the control file. % % % FORMAT: qpi_K12( Q, fid ) % % OUT: - % IN: Q Setting structure % fid File identifier for the control file being created. %------------------------------------------------------------------------ % HISTORY: 2001.10.13 Created by Patrick Eriksson function qpi_K12( Q, fid ) qpi_K( Q, fid, [1 2] );