source:
issm/oecreview/Archive/18296-19100/ISSM-18319-18320.diff@
19102
Last change on this file since 19102 was 19102, checked in by , 10 years ago | |
---|---|
File size: 689 bytes |
-
../trunk-jpl/src/m/plot/plot_section.m
52 52 if exist(options,'resolution'), 53 53 resolution=getfieldvalue(options,'resolution'); 54 54 else %Default resolution 55 resolution=[1000 10*md.mesh.numberoflayers]; 55 if is2d, 56 resolution=[1000 1]; 57 else 58 resolution=[1000 10*md.mesh.numberoflayers]; 59 end 56 60 disp(['plot_section warning: no resolution specified, use default resolution: [horizontal_resolution vertical_resolution]=[' num2str(resolution) ']']); 57 61 end 58 62
Note:
See TracBrowser
for help on using the repository browser.