Changeset 8361
- Timestamp:
- 05/19/11 15:47:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_BC.m
r4682 r8361 14 14 [legend_h,object_h,plot_h,text_strings]=legend(); 15 15 legend('off'); 16 text_strings{end+1}='vx boundary';17 text_strings{end+1}='vy dirichlet';18 if h3, text_strings{end+1}='vz dirichlet'; end16 text_strings{end+1}='vx Dirichlet'; 17 text_strings{end+1}='vy Dirichlet'; 18 if h3, text_strings{end+1}='vz Dirichlet'; end 19 19 plot_h(end+1)=h1; 20 20 plot_h(end+1)=h2;
Note:
See TracChangeset
for help on using the changeset viewer.