Changeset 9821 for issm/trunk/src/m/classes/rifts.m
- Timestamp:
- 09/16/11 12:15:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/rifts.m
r9798 r9821 55 55 end 56 56 end % }}} 57 function disp(obj) % {{{ 58 disp(sprintf(' rifts parameters:')); 59 60 fielddisplay(obj,'numrifts','number of of rifts'); 61 fielddisplay(obj,'riftstruct','structure containing all rift information (vertices coordinates, segments, type of melange, ...)'); 62 fielddisplay(obj,'riftproperties',''); 63 64 end % }}} 57 65 end 58 66 end
Note:
See TracChangeset
for help on using the changeset viewer.