Ignore:
Timestamp:
06/01/12 17:26:03 (13 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 12326M

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp

    r11995 r12330  
    1414
    1515int InterpFromMeshToMesh2dx(double** pdata_interp,double* index_data,double* x_data,double* y_data,int nods_data,int nels_data,
    16                         double* data,int data_rows,int data_cols,double* x_interp,double* y_interp,int nods_interp,double* default_values,int num_default_values, Contour** contours, int numcontours){
     16                        double* data,int data_rows,int data_cols,double* x_interp,double* y_interp,int nods_interp,double* default_values,int num_default_values, DataSet* contours){
    1717       
    1818        /*Output*/
     
    3636        bool   skip_bamg=false;
    3737
    38 
    3938        /*Checks*/
    4039        if (data_cols<=0){
     
    5049        /*If default values supplied, figure out which nodes are inside the contour, including the border of the contour: */
    5150        if(num_default_values){
    52                 ContourToNodesx( &vec_incontour,x_interp,y_interp,nods_interp,contours,numcontours,1);
     51                ContourToNodesx( &vec_incontour,x_interp,y_interp,nods_interp,contours,1);
    5352                incontour=vec_incontour->ToMPISerial();
    5453        }
Note: See TracChangeset for help on using the changeset viewer.