Ignore:
Timestamp:
08/02/18 16:15:36 (7 years ago)
Author:
erobo
Message:

CHG: allow for printarray of IssmDoubles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Elements/elements.h

    r22852 r23043  
    4242/*Print arrays*/
    4343void printarray(IssmPDouble* array,int lines,int cols=1);
     44#if _HAVE_ADOLC_
     45void printarray(IssmDouble* array,int lines,int cols=1);
     46#endif
    4447void printarray(int* array,int lines,int cols=1);
    4548void printarray(bool* array,int lines,int cols=1);
Note: See TracChangeset for help on using the changeset viewer.