Changeset 8361


Ignore:
Timestamp:
05/19/11 15:47:10 (14 years ago)
Author:
seroussi
Message:

plot_BC: minor typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/plot_BC.m

    r4682 r8361  
    1414[legend_h,object_h,plot_h,text_strings]=legend();
    1515legend('off');
    16 text_strings{end+1}='vx boundary';
    17 text_strings{end+1}='vy dirichlet';
    18 if h3, text_strings{end+1}='vz dirichlet'; end
     16text_strings{end+1}='vx Dirichlet';
     17text_strings{end+1}='vy Dirichlet';
     18if h3, text_strings{end+1}='vz Dirichlet'; end
    1919plot_h(end+1)=h1;
    2020plot_h(end+1)=h2;
Note: See TracChangeset for help on using the changeset viewer.