Parent Directory
|
Revision Log
|
Revision Graph
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 | mlosch | 1.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 |