Changeset 2567
- Timestamp:
- 10/30/09 07:39:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/mesh/meshyams.m
r2398 r2567 53 53 %load velocities 54 54 disp('loading velocities...'); 55 A=whos('-file',velocities); 56 if length(A)==4, 57 intep='grid'; 58 elseif length(A)==5, 59 interp='mesh'; 60 else 61 error(['meshyams error message: file ' velocities ' does not contain 4 (x,y,vx,vy) or 5 (x,y,index,vx,vy) variables']); 62 end 55 63 load(velocities); 56 64
Note:
See TracChangeset
for help on using the changeset viewer.