/[MITgcm]/MITgcm_contrib/mlosch/interp_llc/report.m
ViewVC logotype

Contents of /MITgcm_contrib/mlosch/interp_llc/report.m

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


Revision 1.1 - (show annotations) (download)
Thu May 3 21:07:21 2007 UTC (18 years, 2 months ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
initial checkin of topography and hydrography interpolation scripts for
the llc-grid, based on old matlab scripts by Alistair Adcroft
Let's hope, they are useful.

1 function report(varargin)
2 % This is a simple device for writing to
3 % stdout (the terminal) with out getting
4 % annoying formatting problems like "ans ="
5 %
6 % Takes the same arguments as SPRINTF()
7
8 fprintf(1,varargin{:})

  ViewVC Help
Powered by ViewVC 1.1.22