Parent Directory
|
Revision Log
|
Revision Graph
|
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); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |