/[MITgcm]/MITgcm/utils/matlab/rdmnc.m
ViewVC logotype

Diff of /MITgcm/utils/matlab/rdmnc.m

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

revision 1.16 by mlosch, Wed Mar 7 09:59:53 2007 UTC revision 1.17 by mlosch, Wed Jul 16 09:12:21 2008 UTC
# Line 73  end Line 73  end
73  % Create list of filenames  % Create list of filenames
74  for eachfile=file  for eachfile=file
75          filepathtemp=eachfile{:};          filepathtemp=eachfile{:};
76          indecies = find(filepathtemp=='/');          indecies = find(filepathtemp==filesep);
77          if ~isempty(indecies)          if ~isempty(indecies)
78          filepathtemp = filepathtemp(1:indecies(end));          filepathtemp = filepathtemp(1:indecies(end));
79          else          else

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22