Skip to content
Snippets Groups Projects
Commit e3cdd0b5 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

remove unused parameter

parent b08c8a48
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ end
MODEL.K_mB = K_mB; % artificial mirror force tuner
MODEL.K_tB = K_tB; % artificial trapping term tuner
MODEL.K_ldB = K_ldB; % artificial Landau damping tuner
MODEL.lambdaD = LAMBDAD;
% CLOSURE parameters
CLOSURE.hierarchy_closure = ['''',HRCY_CLOS,''''];
CLOSURE.nonlinear_closure = ['''',NLIN_CLOS,''''];
......
......@@ -74,7 +74,6 @@ fprintf(fid,[' k_cB = ', num2str(MODEL.K_cB),'\n']);
fprintf(fid,[' k_mB = ', num2str(MODEL.K_mB),'\n']);
fprintf(fid,[' k_tB = ', num2str(MODEL.K_tB),'\n']);
fprintf(fid,[' k_ldB = ', num2str(MODEL.K_ldB),'\n']);
fprintf(fid,[' lambdaD = ', num2str(MODEL.lambdaD),'\n']);
fprintf(fid,[' beta = ', num2str(MODEL.beta),'\n']);
fprintf(fid,[' ExBrate = ', num2str(MODEL.ExBrate),'\n']);
fprintf(fid,[' ADIAB_E = ', MODEL.ADIAB_E,'\n']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment