source:
issm/oecreview/Archive/10977-11024/ISSM-11020-11021.diff
Last change on this file was 11025, checked in by , 13 years ago | |
---|---|
File size: 597 bytes |
-
proj/ice/larour/issm-uci/trunk-jpl/src/m/model/petscversion.m
12 12 13 13 %go through the file, and recover the line we want 14 14 fid=fopen(configfile,'r'); 15 while(1), 15 if(fid==-1), error(['could not open file: ' configfile]); end 16 17 while(true), 16 18 tline=fgets(fid); 17 19 if ~ischar(tline), break, end 18 20 if strncmp(tline,'#define _PETSC_MAJOR_',21),
Note:
See TracBrowser
for help on using the repository browser.