Ignore:
Timestamp:
08/25/20 00:32:13 (5 years ago)
Author:
jdquinn
Message:

CHG: Saving chnages so that Basile has access to potential fix to solidearthmodel class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/InterpFromMeshToMesh2d/InterpFromMeshToMesh2d.cpp

    r23168 r25455  
    3131
    3232        /*Intermediaties*/
    33         int     *index              = NULL;
    34         double  *x_data             = NULL;
    35         double  *y_data             = NULL;
    36         double  *data               = NULL;
     33        int*     index              = NULL;
     34        doublex_data             = NULL;
     35        doubley_data             = NULL;
     36        doubledata               = NULL;
    3737        int      nods_data,nels_data;
    3838        int      M_data,N_data;
    39         double  *x_interp           = NULL;
    40         double  *y_interp           = NULL;
     39        doublex_interp           = NULL;
     40        doubley_interp           = NULL;
    4141        int      N_interp;
    42         Options *options   = NULL;
    43         double  *data_interp = NULL;
     42        Options* options   = NULL;
     43        doubledata_interp = NULL;
    4444        int      test1,test2,test;
    4545
Note: See TracChangeset for help on using the changeset viewer.