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

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

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

revision 1.1 by adcroft, Thu Jan 17 15:57:50 2002 UTC revision 1.2 by jmc, Sat Feb 17 23:49:43 2007 UTC
# Line 3  function [poly3] = ini_poly3() Line 3  function [poly3] = ini_poly3()
3  %  %
4  % Reads the file 'POLY3.COEFFS' and returns coefficients in P  % Reads the file 'POLY3.COEFFS' and returns coefficients in P
5    
6    % $Header$
7    % $Name$
8    
9  fid=fopen('POLY3.COEFFS','r');  fid=fopen('POLY3.COEFFS','r');
10    
11  n=fscanf(fid,'%i',1);  n=fscanf(fid,'%i',1);

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

  ViewVC Help
Powered by ViewVC 1.1.22