Changeset 22554


Ignore:
Timestamp:
03/16/18 16:15:55 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing AD compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Profiler.cpp

    r22551 r22554  
    6565void Profiler::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/
    6666
    67         IssmDouble* pointer = NULL;
     67        IssmPDouble* pointer = NULL;
    6868        bool*       bpointer = NULL;
    6969
     
    127127}
    128128/*}}}*/
    129 IssmDouble  Profiler::Memory(int tag){/*{{{*/
     129IssmPDouble  Profiler::Memory(int tag){/*{{{*/
    130130
    131131        /*Get initial flops*/
Note: See TracChangeset for help on using the changeset viewer.