Changeset 11021
- Timestamp:
- 12/02/11 14:05:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/petscversion.m
r9827 r11021 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
Note:
See TracChangeset
for help on using the changeset viewer.