--- MITgcm/utils/matlab/ini_poly3.m 2002/01/17 15:57:50 1.1 +++ MITgcm/utils/matlab/ini_poly3.m 2007/02/17 23:49:43 1.2 @@ -3,6 +3,9 @@ % % Reads the file 'POLY3.COEFFS' and returns coefficients in P +% $Header: /home/ubuntu/mnt/e9_copy/MITgcm/utils/matlab/ini_poly3.m,v 1.2 2007/02/17 23:49:43 jmc Exp $ +% $Name: $ + fid=fopen('POLY3.COEFFS','r'); n=fscanf(fid,'%i',1);