forked from NISOx-BDI/SwE-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
swe_defaults.m
24 lines (21 loc) · 933 Bytes
/
swe_defaults.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%
% FORMAT swe_defaults
%_______________________________________________________________________
%
% This file is intended to be customised for the site.
% Individual users can make copies which can be stored in their own
% matlab subdirectories. If ~/matlab is ahead of the SwE directory
% in the MATLABPATH, then the users own personal defaults are used.
%
% Care must be taken when modifying this file
%_______________________________________________________________________
% Based on snpm_defaults.m
% Thomas Nichols
% Version Info: $Format:%ci$ $Format:%h$
global SwEdefs
% If true, shuffles the seed of the random number generator to get
% different results every time. Use false, if you want to specify your own
% seed, for instance to insure that results can be replicated or when using
% a high performance cluster.
%------------------------------------------------------------------------
SwEdefs.shuffle_seed = true;