- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/shared/Numerics/XZvectorsToCoordinateSystem.cpp
r12706 r13975 7 7 void XZvectorsToCoordinateSystem(IssmDouble* T,IssmDouble* xzvectors){ 8 8 9 int i,j;10 9 IssmDouble x[3],y[3],z[3]; 11 10 IssmDouble x_norm, y_norm, z_norm; 12 11 13 for(i =0;i<6;i++){12 for(int i=0;i<6;i++){ 14 13 if(xIsNan<IssmDouble>(xzvectors[i])){ 15 14 /*At least one NaN found: default to Id*/
Note:
See TracChangeset
for help on using the changeset viewer.