Changeset 7545


Ignore:
Timestamp:
02/28/11 22:53:29 (14 years ago)
Author:
Eric.Larour
Message:

fixed bug

File:
1 edited

Legend:

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

    r7315 r7545  
    9292        xend=xstart+length.*normal(:,1);
    9393        yend=ystart+length.*normal(:,2);
    94         q=quiver3(xstart,ystart,zstart,xend-xstart,yend-ystart,0); hold on;
     94        q=quiver3(xstart,ystart,zstart,xend-xstart,yend-ystart,zeros(numel(xstart),1)); hold on;
    9595        h4=plot3(xstart,ystart,zstart,'r*');
    9696end
Note: See TracChangeset for help on using the changeset viewer.