Changeset 2630


Ignore:
Timestamp:
11/09/09 12:37:40 (15 years ago)
Author:
Mathieu Morlighem
Message:

oops...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Model/loadmodel.m

    r2628 r2630  
    1717end
    1818%check that the file is readable
    19 [stat,mess]=fileattrib('larsenc8.model');
     19[stat,mess]=fileattrib(path);
    2020if( stat==0 | mess.UserRead~=1),
    2121        error(['loadmodel error message: file ' path ' is not readable (permission dinied).']);
Note: See TracChangeset for help on using the changeset viewer.