Ignore:
Timestamp:
10/20/12 00:24:34 (12 years ago)
Author:
Eric.Larour
Message:

CHG: made necessary changes to repair the broken adolc compile. Had to introduce _WRAPPER_ symbol
for the matlab and python wrapper compile, as they were calling on AD specific capabilities!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/AdolcEdf.h

    r13530 r13767  
    99#define _ADOLC_EDF_H_
    1010
    11 #ifdef _HAVE_ADOLC_
     11#ifdef HAVE_CONFIG_H
     12        #include <config.h>
     13#else
     14#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
     15#endif
     16
     17
     18#if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_)
    1219
    1320struct Adolc_edf {
Note: See TracChangeset for help on using the changeset viewer.