Ignore:
Timestamp:
06/01/11 22:54:03 (14 years ago)
Author:
Eric.Larour
Message:

create planet shell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Planetary/planetshell.m

    r8470 r8473  
    6969x=[x;r.*cos(phii).*sin(phii)];
    7070y=[y;r.*sin(phii).*sin(phii)];
    71 z=[z;r.*cos(phii)]
     71z=[z;r.*cos(phii)];
    7272nods=length(x);
    7373
     
    7777start=nods-nthetha;
    7878for i=1:nthetha-1,
    79         A=start+i;
    80         B=start+i+1;
     79        A=start+i-1;
     80        B=start+i;
    8181        C=nods;
    8282        trias(i,:)=[A B C NaN];
Note: See TracChangeset for help on using the changeset viewer.