/[MITgcm]/MITgcm_contrib/gmaze_pv/pv_checkpath.m
ViewVC logotype

Diff of /MITgcm_contrib/gmaze_pv/pv_checkpath.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by gmaze, Mon Jul 10 15:09:01 2006 UTC revision 1.6 by gmaze, Wed Sep 19 15:37:38 2007 UTC
# Line 15  if ispc , sla = '\'; end Line 15  if ispc , sla = '\'; end
15    
16    
17  % Determine the directory name where the package is installed:  % Determine the directory name where the package is installed:
18  w       = which('volbet2iso');  fct_to_find = 'pv_checkpath';
19  packdir = w(1:length(w)-12);  w       = which(fct_to_find);
20    packdir = w(1:length(w)-(length(fct_to_find)+2));
21    
22    
23  % Try to found needed subdirectories:  % Try to found needed subdirectories:
24    
25  subdir     = struct('name',{'subfct','test','visu'});  subdir     = struct('name',{'subfct','test','visu','subduc'});
26    
27  for id = 1 : size(subdir(:),1)  for id = 1 : size(subdir(:),1)
28    subdirname = subdir(id).name;    subdirname = subdir(id).name;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22