Changeset 8473 for issm/trunk/src/m/utils/Planetary/planetshell.m
- Timestamp:
- 06/01/11 22:54:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Planetary/planetshell.m
r8470 r8473 69 69 x=[x;r.*cos(phii).*sin(phii)]; 70 70 y=[y;r.*sin(phii).*sin(phii)]; 71 z=[z;r.*cos(phii)] 71 z=[z;r.*cos(phii)]; 72 72 nods=length(x); 73 73 … … 77 77 start=nods-nthetha; 78 78 for i=1:nthetha-1, 79 A=start+i ;80 B=start+i +1;79 A=start+i-1; 80 B=start+i; 81 81 C=nods; 82 82 trias(i,:)=[A B C NaN];
Note:
See TracChangeset
for help on using the changeset viewer.