Changeset 2630
- Timestamp:
- 11/09/09 12:37:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Model/loadmodel.m
r2628 r2630 17 17 end 18 18 %check that the file is readable 19 [stat,mess]=fileattrib( 'larsenc8.model');19 [stat,mess]=fileattrib(path); 20 20 if( stat==0 | mess.UserRead~=1), 21 21 error(['loadmodel error message: file ' path ' is not readable (permission dinied).']);
Note:
See TracChangeset
for help on using the changeset viewer.