Skip to content
Snippets Groups Projects
Commit 20ed160e authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

initialise LIN_COEFF

parent 35f2bc97
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,15 @@ if isempty( tsg.SSTP_ADJUSTED ) && ~isempty( tsg.SSTP )
tsg.SSTP_ADJUSTED_ERROR = NaN * ones( size( tsg.SSTP ));
end
% Initialise 'variables_LINCOEF'
% -------------------------------
tsg.SSJT_LINCOEF(1) = 1;
tsg.SSJT_LINCOEF(2) = 0;
tsg.CNDC_LINCOEF(1) = 1;
tsg.CNDC_LINCOEF(2) = 0;
tsg.SSTP_LINCOEF(1) = 1;
tsg.SSTP_LINCOEF(2) = 0;
% Save tsg structure
% ------------------
setappdata( hTsgGUI, 'tsg_data', tsg);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment