Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.14 by gforget, Wed Apr 8 19:14:36 2015 UTC | revision 1.15 by gforget, Mon Jan 11 17:28:10 2016 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | ||
2 | gcmfaces_global; | gcmfaces_global; |
3 | ||
test0=dir('gcmfaces/sample_input'); | ||
if isempty(test0); | ||
fprintf('no sample input data found\n'); | ||
return; | ||
end; | ||
4 | warning('off','MATLAB:HandleGraphics:noJVM'); | warning('off','MATLAB:HandleGraphics:noJVM'); |
5 | ||
6 | if myenv.verbose; | if myenv.verbose; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |