Ignore:
Timestamp:
06/09/14 09:49:48 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: reverting back, AD does not compile like that (multiple definitions)

File:
1 edited

Legend:

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

    r18124 r18125  
    144144#if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_)
    145145#include "../Numerics/types.h"
    146 template <> adouble*  xNew(unsigned int size) {
    147         ensureContiguousLocations(size);
    148         adouble* aT_p=new adouble[size];
    149         assert(aT_p);
    150         return aT_p;
    151 }
     146template <> adouble*  xNew(unsigned int size);
    152147#endif
    153148
Note: See TracChangeset for help on using the changeset viewer.