- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/m/model/plot/plot_manager.m
r11249 r12878 165 165 if exist(options,'sectionvalue') 166 166 plot_section(md,data,options,nlines,ncols,i); 167 return; 168 end 169 170 %Figure out if this is a Profile plot 171 if exist(options,'profile') 172 plot_profile(md,data,options,nlines,ncols,i); 167 173 return; 168 174 end
Note:
See TracChangeset
for help on using the changeset viewer.