31 |
if myenv.verbose; |
if myenv.verbose; |
32 |
fprintf('\n\n\n***********message from gcmfaces_init.m************\n'); |
fprintf('\n\n\n***********message from gcmfaces_init.m************\n'); |
33 |
fprintf(' --- initialization of gcmfaces completed correctly \n'); |
fprintf(' --- initialization of gcmfaces completed correctly \n'); |
34 |
fprintf(' --- you are all set and may now use the gcmfaces package \n'); |
fprintf(' --- you are all set and may now use the gcmfaces package. \n\n\n'); |
|
fprintf(' --- eventually, to avoid running gcmfaces_init over again \n'); |
|
|
fprintf(' --- you may want to copy the gcmfaces_path.m code to your startup.m \n\n\n'); |
|
35 |
end; |
end; |
36 |
|
|