%------------------------------------------------------------------------ % NAME: qpi_K2 % % Inline function to include calculation of Kb (do-level 2) in % the control file. % % FORMAT: qpi_K2( 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_K2( Q, fid ) qpi_K( Q, fid, 2 );