Skip to content
Snippets Groups Projects
Commit 68f604ad authored by Stefano Belletti's avatar Stefano Belletti
Browse files

RNG default

parent 26af9bab
No related branches found
No related tags found
Loading
...@@ -43,7 +43,7 @@ settings.flagMatr = false(settings.nmax, 6); ...@@ -43,7 +43,7 @@ settings.flagMatr = false(settings.nmax, 6);
settings.lastLaunchFlag = true; % LEAVE THIS TO TRUE UNLESS YOU KNOW WHAT YOU ARE DOING (other wise it won't stop if you set only ascent simulation) settings.lastLaunchFlag = true; % LEAVE THIS TO TRUE UNLESS YOU KNOW WHAT YOU ARE DOING (other wise it won't stop if you set only ascent simulation)
% ALGORITHM TUNING % ALGORITHM TUNING
settings.tuning = false; % [-] True if you want to tune the algorithm (resets the random seed) settings.tuning = true; % [-] True if you want to tune the algorithm (resets the random seed)
% Identification % Identification
settings.identification = false; settings.identification = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment