-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathset_CVPM_paths.m
38 lines (29 loc) · 1.22 KB
/
set_CVPM_paths.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% set_CVPM_paths.m
% Sets the required paths for CVPM directories.
% ______________________________________________
% Copyright (C) 2018, Gary Clow
% This program is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, version 3 of the License.
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License v3.0 for more details.
% You should have received a copy of the GNU General Public License
% along with this program. If not, see <http://www.gnu.org/licenses/>.
% Developer can be contacted by,
% email at:
% gary.clow@colorado.edu
% paper mail at:
% Institute of Arctic and Alpine Research
% University of Colorado
% Campus Box 450
% Boulder, CO 80309-0450 USA
% ______________________________________________
% Set CVPM working directory
wdir = '~/thermal/numer/CVPM_v1.1';
addpath( wdir, '-end')
addpath([wdir '/AK_projects'],'-end')
addpath([wdir '/source'], '-end')
addpath([wdir '/utilities'], '-end')
savepath