diff options
Diffstat (limited to 'mode_match.m')
-rw-r--r-- | mode_match.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mode_match.m b/mode_match.m index 596cff1..b2d5f06 100644 --- a/mode_match.m +++ b/mode_match.m @@ -3,7 +3,7 @@ function [ possible_lens_placement, possible_lens_set, possible_sample_energy, n % Detailed explanation goes here n_perms = size(lens_permutations,1); -n_shuffles=1; %number of random placements of lenses +n_shuffles=20; %number of random placements of lenses %Initialize sample arrays N = n_perms * n_shuffles; |