1 |
gforget |
1.1 |
|
2 |
gforget |
1.2 |
fprintf('*********message from gcmfaces_path.m**********\n please define mydir '); |
3 |
|
|
fprintf(' with your directory name \n below this line'); |
4 |
|
|
fprintf(' then comment out this message \n and the stop\n'); |
5 |
|
|
return; |
6 |
|
|
|
7 |
|
|
global mydir; mydir='????'; |
8 |
|
|
|
9 |
|
|
eval(['addpath ' mydir '/matlab_class/;']); |
10 |
|
|
eval(['addpath ' mydir '/matlab_class/gcmfaces_specs/;']); |
11 |
|
|
eval(['addpath ' mydir '/matlab_class/gcmfaces_IO/;']); |
12 |
|
|
eval(['addpath ' mydir '/matlab_class/gcmfaces_misc/;']); |
13 |
|
|
eval(['addpath ' mydir '/matlab_class/gcmfaces_calc/;']); |
14 |
|
|
eval(['addpath ' mydir '/matlab_class/gcmfaces_smooth/;']); |
15 |
|
|
%eval(['addpath ' mydir '/matlab_class/gcmfaces_legacy/;']); |
16 |
gforget |
1.1 |
|