Ignore:
Timestamp:
09/02/12 01:29:13 (13 years ago)
Author:
Eric.Larour
Message:

CHG: adjustments to compile the Matlab and Python modules when ADOLC is on.
Had to template MeshPartitionx, because it's used in both modules and the core code.
Had to template Contour too, same reason.
Had to default to ISSMPDouble type for modules such as InterpFromMesh2d* InterpFromGridToMeshx*, etc ..., which
only show up in the Matlab modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Reducevectorgtosx/Reducevectorgtosx.cpp

    r13216 r13220  
    1515        int configuration_type;
    1616        int ssize;
    17         double* yg_serial=NULL;
     17        IssmDouble* yg_serial=NULL;
    1818
    1919        /*first figure out ssize: */
     
    5151
    5252        /*Free ressources:*/
    53         xDelete<double>(yg_serial);
     53        xDelete<IssmDouble>(yg_serial);
    5454
    5555        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.