- 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/modules/InterpFromMesh2dx/InterpFromMesh2dx.cpp
r13395 r13975 14 14 double* x_prime, double* y_prime, int nods_prime, 15 15 double* default_values,int num_default_values,Contour<IssmPDouble>** contours,int numcontours){ 16 16 17 17 /*Output*/ 18 18 SeqVec<IssmPDouble>* data_prime=NULL; 19 19 20 20 /*Intermediary*/ 21 int i ,j;21 int i; 22 22 int interpolation_type; 23 23 bool debug; 24 double area;25 double area_1,area_2,area_3;26 double data_value;27 24 double xmin,xmax; 28 25 double ymin,ymax;
Note:
See TracChangeset
for help on using the changeset viewer.