Changeset 17806 for issm/trunk/src/m/plot/plot_transient_results.m
- Timestamp:
- 04/22/14 10:39:19 (11 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 16565-17015,17017-17381,17383-17422,17424-17619,17621-17657,17659-17672,17674-17801,17804
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/m/plot/plot_transient_results.m
r13395 r17806 41 41 clear string; 42 42 43 if md.mesh.dimension==3,43 if dimension(md.mesh)==3, 44 44 string='plotmodel(md'; 45 45 for i=1:length(md.results.transient), … … 67 67 clear string; 68 68 69 if md.mesh.dimension==3,69 if dimension(md.mesh)==3, 70 70 string='plotmodel(md'; 71 71 for i=2:length(md.results.transient),
Note:
See TracChangeset
for help on using the changeset viewer.