/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/DiagPlot.m
ViewVC logotype

Diff of /MITgcm_contrib/enderton/Diagnostics/DiagPlot.m

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

revision 1.1 by enderton, Mon Jan 31 15:43:27 2005 UTC revision 1.2 by enderton, Tue Feb 1 17:05:25 2005 UTC
# Line 111  end Line 111  end
111    
112  % Save plot as desired.  % Save plot as desired.
113  if SavePlots  if SavePlots
114      outputfile = [outputdir,'/',pagename,'.eps'];      if isequal(outputdir,'')
115            outputfile = [pagename,'.eps'];
116        else
117            outputfile = [outputdir,'/',pagename,'.eps'];
118        end
119      print('-depsc2',outputfile);      print('-depsc2',outputfile);
120  end  end

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22